From 581527fb1e4a041143747884a42b81239f68178d Mon Sep 17 00:00:00 2001 From: Xabier Bello Date: Thu, 14 Mar 2019 21:51:35 +0100 Subject: [PATCH] Added package notify (#1029) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 95844d5..bc5f057 100644 --- a/packages.json +++ b/packages.json @@ -12811,5 +12811,18 @@ "description": "FNV-1 and FNV-1a non-cryptographic hash functions (documentation hosted at: http://ryuk.ooo/nimdocs/fnv/fnv.html)", "license": "Apache-2.0", "web": "https://gitlab.com/ryukoposting/nim-fnv" + }, + { + "name": "notify", + "url": "https://github.com/xbello/notify-nim", + "method": "git", + "tags": [ + "notify", + "libnotify", + "library" + ], + "description": "A wrapper to notification libraries", + "license": "MIT", + "web": "https://github.com/xbello/notify-nim" } ]