From 921fd1f58ba50cfbd57e651404caf6b8c506e5c7 Mon Sep 17 00:00:00 2001 From: Samantha Marshall Date: Sun, 16 Apr 2017 08:40:52 -0400 Subject: [PATCH 1/2] Added package pluginmanager --- packages.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 451dba5..dd01573 100644 --- a/packages.json +++ b/packages.json @@ -6197,10 +6197,27 @@ "url": "https://github.com/samdmarshall/notmuch.nim", "method": "git", "tags": [ - "notmuch", "wrapper", "email", "tagging" + "notmuch", + "wrapper", + "email", + "tagging" ], "description": "wrapper for the notmuch mail library", "license": "BSD 3-Clause", "web": "https://github.com/samdmarshall/notmuch.nim" + }, + { + "name": "pluginmanager", + "url": "https://github.com/samdmarshall/plugin-manager", + "method": "git", + "tags": [ + "plugin", + "dylib", + "manager", + "" + ], + "description": "Simple plugin implementation", + "license": "BSD 3-Clause", + "web": "https://github.com/samdmarshall/plugin-manager" } ] From 654ca497a56594d306a324ebb61b84d7facd6ac1 Mon Sep 17 00:00:00 2001 From: Samantha Marshall Date: Sun, 16 Apr 2017 08:43:34 -0400 Subject: [PATCH 2/2] Update packages.json --- packages.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages.json b/packages.json index dd01573..bc6396d 100644 --- a/packages.json +++ b/packages.json @@ -6213,8 +6213,7 @@ "tags": [ "plugin", "dylib", - "manager", - "" + "manager" ], "description": "Simple plugin implementation", "license": "BSD 3-Clause",