renamed package - remove dash from it's name

This commit is contained in:
Vasiliy Stavenko 2015-07-25 14:36:16 +03:00
parent 8d662f5c27
commit db0c9d3a2e

View File

@ -377,10 +377,10 @@
"web": "https://github.com/nim-lang/tcl" "web": "https://github.com/nim-lang/tcl"
}, },
{ {
"name": "nim-glm", "name": "glm",
"url": "https://github.com/stavenko/nim-glm", "url": "https://github.com/stavenko/nim-glm",
"method": "git", "method": "git",
"tags": ["opengl", "math", "matrix", "vector"], "tags": ["opengl", "math", "matrix", "vector", "glsl"],
"description": "Port of c++ glm library with shader-like syntax", "description": "Port of c++ glm library with shader-like syntax",
"license": "MIT", "license": "MIT",
"web": "https://github.com/stavenko/nim-glm" "web": "https://github.com/stavenko/nim-glm"