From b3385dbc4676682c39652aa7032f3a64780ae603 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Sun, 2 Aug 2015 21:08:40 +0200 Subject: [PATCH] add dbus bindings --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index 7568543..35fabcd 100644 --- a/packages.json +++ b/packages.json @@ -1928,5 +1928,14 @@ "description": "RethinkDB driver for Nim", "license": "MIT", "web": "https://github.com/rgv151/rethinkdb.nim" + }, + { + "name": "dbus", + "url": "https://github.com/zielmicha/nim-dbus", + "method": "git", + "tags": ["dbus"], + "description": "dbus bindings for Nim", + "license": "MIT", + "web": "https://github.com/zielmicha/nim-dbus" } ]