From 041d56bccc86a31c7701f75e854f20f1a6be6f1c Mon Sep 17 00:00:00 2001 From: achesak Date: Thu, 13 Nov 2014 22:47:28 -0600 Subject: Added ffbookmarks. --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index 81ea1cd..e19790b 100644 --- a/packages.json +++ b/packages.json @@ -1011,6 +1011,15 @@ "description": "wrapper for the GNU multiple precision arithmetic library (GMP)", "license": "LGPLv3 or GPLv2", "web": "https://github.com/cowboy-coders/nim-gmp" + }, + { + "name": "ffbookmarks", + "url": "git://github.com/achesak/nimrod-ff-bookmarks", + "method": "git", + "tags": ["firefox", "bookmarks", "library"], + "description": "Nim module for working with Firefox bookmarks", + "license": "MIT", + "web": "https://github.com/achesak/nimrod-ff-bookmarks" } ] -- cgit v1.2.3 From c3a29a9f81fce9af78f49d4649302ebd8d23d61e Mon Sep 17 00:00:00 2001 From: achesak Date: Thu, 13 Nov 2014 22:48:02 -0600 Subject: Updated README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 771b978..6b3ee41 100644 --- a/README.md +++ b/README.md @@ -26,4 +26,4 @@ optional): Your packages may be removed if the url stops working. It goes without saying that your pull request will not be accepted unless you fill out all of the above required fields correctly, the package that ``url`` points to must also -contain a babel file, or else it will be rejected. +contain a .nimble file, or else it will be rejected. -- cgit v1.2.3