diff options
| author | Billingsly Wetherfordshire <phowl.mouth@gmail.com> | 2013-10-16 13:17:46 -0700 |
|---|---|---|
| committer | Billingsly Wetherfordshire <phowl.mouth@gmail.com> | 2013-10-16 13:17:46 -0700 |
| commit | 150910c9e3eee79619e37a9e650597bb0aeca66a (patch) | |
| tree | 8436d058d6ae5ec4a51b13fee970185d76dcbd7a | |
| parent | c05ba3f7b4ffb5e35ab31a091f94364279f233b7 (diff) | |
| download | packages-150910c9e3eee79619e37a9e650597bb0aeca66a.tar.gz packages-150910c9e3eee79619e37a9e650597bb0aeca66a.zip | |
fixed the descriptions for the new packages
| -rw-r--r-- | packages.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/packages.json b/packages.json index 5a411fb..1489906 100644 --- a/packages.json +++ b/packages.json @@ -246,8 +246,8 @@ "name": "gtk2", "url": "git://github.com/nimrod-code/gtk2", "method": "git", - "tags": ["wrapper", "gui"], - "description": "Nimrod math library", + "tags": ["wrapper", "gui", "gtk"], + "description": "Wrapper for gtk2, a feature rich toolkit for creating graphical user interfaces", "license": "MIT" }, @@ -256,7 +256,7 @@ "url": "git://github.com/nimrod-code/cairo", "method": "git", "tags": ["wrapper"], - "description": "Nimrod math library", + "description": "Wrapper for cairo, a vector graphics library with display and print output", "license": "MIT" }, @@ -265,7 +265,7 @@ "url": "git://github.com/nimrod-code/x11", "method": "git", "tags": ["wrapper"], - "description": "Nimrod math library", + "description": "Wrapper for X11", "license": "MIT" }, @@ -274,7 +274,7 @@ "url": "git://github.com/nimrod-code/opengl", "method": "git", "tags": ["wrapper"], - "description": "Nimrod math library", + "description": "High-level and low-level wrapper for OpenGL", "license": "MIT" }, @@ -283,7 +283,7 @@ "url": "git://github.com/nimrod-code/lua", "method": "git", "tags": ["wrapper"], - "description": "Nimrod math library", + "description": "Wrapper to interface with the Lua interpreter", "license": "MIT" }, @@ -292,7 +292,7 @@ "url": "git://github.com/nimrod-code/tcl", "method": "git", "tags": ["wrapper"], - "description": "Nimrod math library", + "description": "Wrapper for the TCL programming language", "license": "MIT" }, @@ -301,7 +301,7 @@ "url": "git://github.com/nimrod-code/python", "method": "git", "tags": ["wrapper"], - "description": "Nimrod math library", + "description": "Wrapper to interface with Python interpreter", "license": "MIT" } |
