aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2014-11-15 13:36:21 +0000
committerDominik Picheta <dominikpicheta@googlemail.com>2014-11-15 13:36:21 +0000
commit0415425cb6db5a151992a3a6582ea1a845a00aab (patch)
tree09cd5658d69801cd83fc52010228bf09a79593e1
parent9d6e61ac87935aab6d508072fde579dd49c57c6f (diff)
parentc3a29a9f81fce9af78f49d4649302ebd8d23d61e (diff)
downloadpackages-0415425cb6db5a151992a3a6582ea1a845a00aab.tar.gz
packages-0415425cb6db5a151992a3a6582ea1a845a00aab.zip
Merge branch 'master' of https://github.com/achesak/packages into achesak-master
Conflicts: packages.json
-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"
}
]