Edit the entries for my libs

This commit is contained in:
Erik Johansson Andersson 2013-12-04 00:14:11 +01:00
parent 7da238b4af
commit 349eb1fee8

View File

@ -140,11 +140,11 @@
}, },
{ {
"name": "nim-glfw3", "name": "nim-glfw",
"url": "git://github.com/EXetoC/nim-glfw3/", "url": "git://github.com/EXetoC/nim-glfw/",
"method": "git", "method": "git",
"tags": ["library", "glfw", "opengl", "windowing", "game"], "tags": ["library", "glfw", "opengl", "windowing", "game"],
"description": "A High-level GLFW 3 wrapper for the Nimrod programming language", "description": "A high-level GLFW 3 wrapper",
"license": "MIT", "license": "MIT",
"web": "https://github.com/EXetoC/nim-glfw3" "web": "https://github.com/EXetoC/nim-glfw3"
}, },
@ -154,7 +154,7 @@
"url": "git://github.com/EXetoC/nim-ao/", "url": "git://github.com/EXetoC/nim-ao/",
"method": "git", "method": "git",
"tags": ["library", "audio"], "tags": ["library", "audio"],
"description": "A libao wrapper for the Nimrod programming language", "description": "A high-level libao wrapper",
"license": "MIT", "license": "MIT",
"web": "https://github.com/EXetoC/nim-ao" "web": "https://github.com/EXetoC/nim-ao"
}, },