diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-08-07 13:51:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-07 13:51:58 +0100 |
| commit | 1d2b7c3a0d56d8f517ea38a2ba1ea922fe44d660 (patch) | |
| tree | 16941bd2e9604ce1bf1e803b128f6407b0ada9fd | |
| parent | 521fbb89835d12cadf1662bbbab2cfb5c7757469 (diff) | |
| parent | 2dd3ed2a57b9f55397fde3d0d0ec9597db1a91dd (diff) | |
| download | packages-1d2b7c3a0d56d8f517ea38a2ba1ea922fe44d660.tar.gz packages-1d2b7c3a0d56d8f517ea38a2ba1ea922fe44d660.zip | |
Merge pull request #557 from frarees/sndfile
nim-sndfile -> sndfile
| -rw-r--r-- | packages.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/packages.json b/packages.json index e8cff13..c5e0c77 100644 --- a/packages.json +++ b/packages.json @@ -1333,7 +1333,7 @@ "web": "https://github.com/MrJohz/appdirs" }, { - "name": "nim-sndfile", + "name": "sndfile", "url": "https://github.com/julienaubert/nim-sndfile", "method": "git", "tags": [ @@ -1347,6 +1347,10 @@ "web": "https://github.com/julienaubert/nim-sndfile" }, { + "name": "nim-sndfile", + "alias": "sndfile" + }, + { "name": "bigints", "url": "https://github.com/def-/bigints", "method": "git", |
