diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-04-04 19:37:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-04 19:37:49 +0200 |
| commit | c65fc878592a3d4742824b6739b1c6a42a727ef8 (patch) | |
| tree | 3855b53aca712a2f004a16fff973d09c2f74f7b0 | |
| parent | 0b3ef8f7d0df6c5739949d6ca1a7539d84f5c13b (diff) | |
| parent | 91e42034a72adfdd9046f821aa4ef186289a75b4 (diff) | |
| download | packages-c65fc878592a3d4742824b6739b1c6a42a727ef8.tar.gz packages-c65fc878592a3d4742824b6739b1c6a42a727ef8.zip | |
Merge pull request #491 from andreaferretti/master
Renamed BlaXpirit to oprypin
| -rw-r--r-- | packages.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages.json b/packages.json index 42a0159..15d48ca 100644 --- a/packages.json +++ b/packages.json @@ -1488,7 +1488,7 @@ }, { "name": "random", - "url": "https://github.com/BlaXpirit/nim-random", + "url": "https://github.com/oprypin/nim-random", "method": "git", "tags": [ "library", @@ -1497,7 +1497,7 @@ ], "description": "Pseudo-random number generation library inspired by Python", "license": "MIT", - "web": "https://github.com/BlaXpirit/nim-random" + "web": "https://github.com/oprypin/nim-random" }, { "name": "zmq", @@ -1731,7 +1731,7 @@ }, { "name": "csfml", - "url": "https://github.com/BlaXpirit/nim-csfml", + "url": "https://github.com/oprypin/nim-csfml", "method": "git", "tags": [ "sfml", @@ -1743,7 +1743,7 @@ ], "description": "Bindings for Simple and Fast Multimedia Library (through CSFML)", "license": "zlib", - "web": "https://github.com/BlaXpirit/nim-csfml" + "web": "https://github.com/oprypin/nim-csfml" }, { "name": "optional_t", |
