diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-12-02 15:06:08 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-02 15:06:08 +0000 |
| commit | 3e03043626cc20ce44628987bd9a436a68ef6388 (patch) | |
| tree | 350a2244a96195ca79bdfc9af3f8f458d2553d91 | |
| parent | 296b36fa4a73e71ead54bee164a73bee95a4e998 (diff) | |
| parent | 431ac60e7dd1d7b67a1716f194aea03b3ec9553d (diff) | |
| download | packages-3e03043626cc20ce44628987bd9a436a68ef6388.tar.gz packages-3e03043626cc20ce44628987bd9a436a68ef6388.zip | |
Merge pull request #626 from barcharcraz/rename-libpng
renamed libpng
| -rw-r--r-- | packages.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/packages.json b/packages.json index ce973cf..7f1a2cc 100644 --- a/packages.json +++ b/packages.json @@ -869,7 +869,7 @@ "web": "https://www.github.com/barcharcraz/nimalpm/" }, { - "name": "nimlibpng", + "name": "png", "url": "https://github.com/barcharcraz/nimlibpng", "method": "git", "tags": [ @@ -884,6 +884,10 @@ "web": "https://github.com/barcharcraz/nimlibpng" }, { + "name": "nimlibpng", + "alias": "png" + }, + { "name": "sdl2", "url": "https://github.com/nim-lang/sdl2", "method": "git", |
