diff options
| author | Erik Johansson Andersson <EXetoC@gmail.com> | 2013-12-04 00:14:11 +0100 |
|---|---|---|
| committer | Erik Johansson Andersson <EXetoC@gmail.com> | 2013-12-04 00:14:11 +0100 |
| commit | 349eb1fee85b1f3061492918a79cd7e70ad10ea3 (patch) | |
| tree | e0aa4ff07da6a6de51eb4c3f47cf84e98b1fd498 | |
| parent | 7da238b4afc88587bc477f3cfe259f9d87a88284 (diff) | |
| download | packages-349eb1fee85b1f3061492918a79cd7e70ad10ea3.tar.gz packages-349eb1fee85b1f3061492918a79cd7e70ad10ea3.zip | |
Edit the entries for my libs
| -rw-r--r-- | packages.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages.json b/packages.json index b841277..8c8771d 100644 --- a/packages.json +++ b/packages.json @@ -140,11 +140,11 @@ }, { - "name": "nim-glfw3", - "url": "git://github.com/EXetoC/nim-glfw3/", + "name": "nim-glfw", + "url": "git://github.com/EXetoC/nim-glfw/", "method": "git", "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", "web": "https://github.com/EXetoC/nim-glfw3" }, @@ -154,7 +154,7 @@ "url": "git://github.com/EXetoC/nim-ao/", "method": "git", "tags": ["library", "audio"], - "description": "A libao wrapper for the Nimrod programming language", + "description": "A high-level libao wrapper", "license": "MIT", "web": "https://github.com/EXetoC/nim-ao" }, |
