diff options
| -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", |
