aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Ceratto <federico.ceratto@gmail.com>2017-01-22 21:53:26 +0000
committerGitHub <noreply@github.com>2017-01-22 21:53:26 +0000
commit9601645714560ada7a65e6b3325cfaa81d48f0c3 (patch)
tree44bb73b18dd31772eb213013b10268df83c5a769
parenta6850de89c9bad62b6d8cd7b18b37abf80816191 (diff)
downloadpackages-9601645714560ada7a65e6b3325cfaa81d48f0c3.tar.gz
packages-9601645714560ada7a65e6b3325cfaa81d48f0c3.zip
Add sdnotify
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
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"
}
]