diff options
| author | Francisco Requena <frarees@gmail.com> | 2017-08-07 11:47:00 +0200 |
|---|---|---|
| committer | Francisco Requena <frarees@gmail.com> | 2017-08-07 11:47:00 +0200 |
| commit | 2dd3ed2a57b9f55397fde3d0d0ec9597db1a91dd (patch) | |
| tree | 7b61bee4a00ed253cb4cadeef8bc77f7f0c8d70e | |
| parent | c97415e3fecb8c494a150d9111485d06064cd173 (diff) | |
| download | packages-2dd3ed2a57b9f55397fde3d0d0ec9597db1a91dd.tar.gz packages-2dd3ed2a57b9f55397fde3d0d0ec9597db1a91dd.zip | |
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 92a88c0..47fe532 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", |
