diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2013-12-20 08:09:48 -0800 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2013-12-20 08:09:48 -0800 |
| commit | c1b7592a2b0ac33e7420c8da4dcc16f01a671993 (patch) | |
| tree | f2e9f3c1a8a485848c09645c292ef24050b6bf74 | |
| parent | 76a826163c74b47ed42ca9a583dc55c9b8ac7714 (diff) | |
| parent | 0838a703c6369950150aacb8a6ad33ba4f8cb81a (diff) | |
| download | packages-c1b7592a2b0ac33e7420c8da4dcc16f01a671993.tar.gz packages-c1b7592a2b0ac33e7420c8da4dcc16f01a671993.zip | |
Merge pull request #43 from EXetoC/patch-2
wrong "web" value for nim-glfw
| -rw-r--r-- | packages.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.json b/packages.json index 2876152..db50af1 100644 --- a/packages.json +++ b/packages.json @@ -146,7 +146,7 @@ "tags": ["library", "glfw", "opengl", "windowing", "game"], "description": "A high-level GLFW 3 wrapper", "license": "MIT", - "web": "https://github.com/EXetoC/nim-glfw3" + "web": "https://github.com/EXetoC/nim-glfw" }, { |
