Added package notify (#1029)

This commit is contained in:
Xabier Bello 2019-03-14 21:51:35 +01:00 committed by Miran
parent 54d1d6e3dc
commit 581527fb1e

View File

@ -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"
}
]