diff options
| author | Flaviu Tamas <me@flaviutamas.com> | 2015-11-16 20:15:04 -0500 |
|---|---|---|
| committer | Flaviu Tamas <me@flaviutamas.com> | 2015-11-16 20:15:04 -0500 |
| commit | 0026df6cc209599aeddb86f58e693f06f5d8c58a (patch) | |
| tree | 1be5b2ab93ff3e3570b5dbcbc931bcd45b723f13 /packages.json | |
| parent | 9f35ea40e239d7e90f0d76f0839ae8f3b14c72eb (diff) | |
| download | packages-0026df6cc209599aeddb86f58e693f06f5d8c58a.tar.gz packages-0026df6cc209599aeddb86f58e693f06f5d8c58a.zip | |
Update packages.json
Diffstat (limited to 'packages.json')
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 77212af..16009a8 100644 --- a/packages.json +++ b/packages.json @@ -3485,5 +3485,17 @@ "description": "Minimalistic libnotify wrapper for desktop notifications", "license": "LGPLv3", "web": "https://github.com/FedericoCeratto/nim-libnotify" + }, + { + "name": "nimcat", + "url": "https://github.com/shakna-israel/nimcat", + "method": "git", + "tags": [ + "cat", + "cli" + ], + "description": "An implementation of cat in Nim", + "license": "MIT", + "web": "https://github.com/shakna-israel/nimcat" } ] |
