aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXabier Bello <xbello@users.noreply.github.com>2019-03-14 21:51:35 +0100
committerMiran <narimiran@disroot.org>2019-03-14 21:51:35 +0100
commit581527fb1e4a041143747884a42b81239f68178d (patch)
tree1fc18de21e3fb5187206ba68f3dc0bfd1fbe731f
parent54d1d6e3dc6c3140931b9e06c92970e9b1609263 (diff)
downloadpackages-581527fb1e4a041143747884a42b81239f68178d.tar.gz
packages-581527fb1e4a041143747884a42b81239f68178d.zip
Added package notify (#1029)
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
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"
}
]