diff options
| author | Oleh Prypin <blaxpirit@gmail.com> | 2015-01-19 12:36:02 +0200 |
|---|---|---|
| committer | Oleh Prypin <blaxpirit@gmail.com> | 2015-01-19 12:36:02 +0200 |
| commit | 699c644d5d27f38c136d4a86d05120bfb21234bf (patch) | |
| tree | 063724e36dadd9c9f8853be785abd0f5dbb37b40 | |
| parent | c3af5ec584de2c96caebc1b8894a90b7f89db032 (diff) | |
| download | packages-699c644d5d27f38c136d4a86d05120bfb21234bf.tar.gz packages-699c644d5d27f38c136d4a86d05120bfb21234bf.zip | |
Update location of "random"
| -rw-r--r-- | packages.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages.json b/packages.json index 013c558..2df8e76 100644 --- a/packages.json +++ b/packages.json @@ -924,12 +924,12 @@ }, { "name": "random", - "url": "git://github.com/BlaXpirit/nimrod-random", + "url": "git://github.com/BlaXpirit/nim-random", "method": "git", "tags": ["library", "algorithms", "random"], "description": "Pseudo-random number generation library inspired by Python", "license": "MIT", - "web": "https://github.com/BlaXpirit/nimrod-random" + "web": "https://github.com/BlaXpirit/nim-random" }, { "name": "zmq", |
