aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--packages.json9
2 files changed, 10 insertions, 1 deletions
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.
diff --git a/packages.json b/packages.json
index cc224e3..d084558 100644
--- a/packages.json
+++ b/packages.json
@@ -1020,6 +1020,15 @@
"description": "Little game library using opengl and sfml",
"license": "MIT",
"web": "https://github.com/rnentjes/nim-ludens"
+ },
+ {
+ "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"
}
]