Merge branch 'master' of https://github.com/achesak/packages into achesak-master

Conflicts:
	packages.json
This commit is contained in:
Dominik Picheta 2014-11-15 13:36:21 +00:00
commit 0415425cb6
2 changed files with 10 additions and 1 deletions

View File

@ -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.

View File

@ -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"
}
]