From 0026df6cc209599aeddb86f58e693f06f5d8c58a Mon Sep 17 00:00:00 2001 From: Flaviu Tamas Date: Mon, 16 Nov 2015 20:15:04 -0500 Subject: [PATCH] Update packages.json --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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" } ]