From db0c9d3a2e8d3f6e35450a2a3c276907fff383a4 Mon Sep 17 00:00:00 2001 From: Vasiliy Stavenko Date: Sat, 25 Jul 2015 14:36:16 +0300 Subject: [PATCH] renamed package - remove dash from it's name --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 91edf34..1d5f6a8 100644 --- a/packages.json +++ b/packages.json @@ -377,10 +377,10 @@ "web": "https://github.com/nim-lang/tcl" }, { - "name": "nim-glm", + "name": "glm", "url": "https://github.com/stavenko/nim-glm", "method": "git", - "tags": ["opengl", "math", "matrix", "vector"], + "tags": ["opengl", "math", "matrix", "vector", "glsl"], "description": "Port of c++ glm library with shader-like syntax", "license": "MIT", "web": "https://github.com/stavenko/nim-glm"