mirror of
https://github.com/logos-messaging/packages.git
synced 2026-02-12 04:23:24 +00:00
Merge branch 'master' of https://github.com/achesak/packages into achesak-master
Conflicts: packages.json
This commit is contained in:
commit
0415425cb6
@ -26,4 +26,4 @@ optional):
|
|||||||
Your packages may be removed if the url stops working. It goes without saying
|
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
|
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
|
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.
|
||||||
|
|||||||
@ -1020,6 +1020,15 @@
|
|||||||
"description": "Little game library using opengl and sfml",
|
"description": "Little game library using opengl and sfml",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://github.com/rnentjes/nim-ludens"
|
"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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user