diff options
| author | Leonardo Mariscal <leo@cav.bz> | 2018-11-06 13:46:20 -0600 |
|---|---|---|
| committer | Leonardo Mariscal <leo@cav.bz> | 2018-11-06 13:46:20 -0600 |
| commit | ebe1becd6f49d2c13cdbe467f81cb59746e35ba0 (patch) | |
| tree | a7258df2d3e037e75739b3fcf7abbe5a672e71ec | |
| parent | 29c3804ea3278d8832e23e21326ad29545f142a2 (diff) | |
| download | packages-ebe1becd6f49d2c13cdbe467f81cb59746e35ba0.tar.gz packages-ebe1becd6f49d2c13cdbe467f81cb59746e35ba0.zip | |
Changed links to proper repos and tags
| -rw-r--r-- | packages.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/packages.json b/packages.json index f85f863..61779aa 100644 --- a/packages.json +++ b/packages.json @@ -8913,19 +8913,19 @@ }, { "name": "nimgl", - "url": "https://github.com/cavariux/nimgl", + "url": "https://github.com/lmariscal/nimgl", "method": "git", "tags": [ "glfw", - "glew", - "math", + "imgui", "opengl", "bindings", - "gl" + "gl", + "graphics" ], "description": "Nim Game Library", "license": "MIT", - "web": "https://github.com/cavariux/nimgl" + "web": "https://github.com/lmariscal/nimgl" }, { "name": "inim", @@ -9918,7 +9918,7 @@ }, { "name": "figures", - "url": "https://github.com/cavariux/figures", + "url": "https://github.com/lmariscal/figures", "method": "git", "tags": [ "unicode", @@ -9927,7 +9927,7 @@ ], "description": "unicode symbols", "license": "MIT", - "web": "https://github.com/cavariux/figures" + "web": "https://github.com/lmariscal/figures" }, { "name": "ur", |
