From 9601645714560ada7a65e6b3325cfaa81d48f0c3 Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Sun, 22 Jan 2017 21:53:26 +0000 Subject: [PATCH] Add sdnotify --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 403cdfb..fc90aa4 100644 --- a/packages.json +++ b/packages.json @@ -5768,5 +5768,19 @@ "description": "Wrapper for libevdev, Linux input device processing library", "license": "MIT", "web": "https://github.com/luked99/libevdev.nim" + }, + { + "name": "sdnotify", + "url": "https://github.com/FedericoCeratto/nim-sdnotify", + "method": "git", + "tags": [ + "os", + "linux", + "systemd", + "sdnotify" + ], + "description": "Systemd service notification helper", + "license": "MIT", + "web": "https://github.com/FedericoCeratto/nim-sdnotify" } ]