diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-06-17 16:09:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-17 16:09:02 +0100 |
| commit | a8b0d34ac446747185afdf67f78de23ed204d35f (patch) | |
| tree | 7bdaebae90ad9d737a314423f2889d219dbe4804 | |
| parent | 115fb1eca07195a1ae44f01c18a44c796608b151 (diff) | |
| parent | 23d0cc68eac99fe5a621bf9163514f8c9ae5beef (diff) | |
| download | packages-a8b0d34ac446747185afdf67f78de23ed204d35f.tar.gz packages-a8b0d34ac446747185afdf67f78de23ed204d35f.zip | |
Merge pull request #524 from ephja/patch-4
use new URLs
| -rw-r--r-- | packages.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages.json b/packages.json index 4fe7c7e..bd9251b 100644 --- a/packages.json +++ b/packages.json @@ -251,7 +251,7 @@ }, { "name": "nim-glfw", - "url": "https://github.com/EXetoC/nim-glfw/", + "url": "https://github.com/ephja/nim-glfw", "method": "git", "tags": [ "library", @@ -262,11 +262,11 @@ ], "description": "A high-level GLFW 3 wrapper", "license": "MIT", - "web": "https://github.com/EXetoC/nim-glfw" + "web": "https://github.com/ephja/nim-glfw" }, { "name": "nim-ao", - "url": "https://github.com/EXetoC/nim-ao/", + "url": "https://github.com/ephja/nim-ao", "method": "git", "tags": [ "library", @@ -274,7 +274,7 @@ ], "description": "A high-level libao wrapper", "license": "MIT", - "web": "https://github.com/EXetoC/nim-ao" + "web": "https://github.com/ephja/nim-ao" }, { "name": "termbox", |
