From 921fd1f58ba50cfbd57e651404caf6b8c506e5c7 Mon Sep 17 00:00:00 2001 From: Samantha Marshall Date: Sun, 16 Apr 2017 08:40:52 -0400 Subject: [PATCH] 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" } ]