From b5154aa8301be5e1aa8624a6d69630178f422f62 Mon Sep 17 00:00:00 2001 From: Solitude Date: Sun, 17 May 2020 22:40:34 +0300 Subject: [PATCH] Added package notification (#1478) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 49429be..b021fbf 100644 --- a/packages.json +++ b/packages.json @@ -17906,5 +17906,18 @@ "description": "Bytes utils for Nim.", "license": "Apache-2.0", "web": "https://github.com/xzeshen/bio" + }, + { + "name": "notification", + "url": "https://github.com/SolitudeSF/notification", + "method": "git", + "tags": [ + "notifications", + "desktop", + "dbus" + ], + "description": "Desktop notifications", + "license": "MIT", + "web": "https://github.com/SolitudeSF/notification" } ]