Update location of "random"

This commit is contained in:
Oleh Prypin 2015-01-19 12:36:02 +02:00
parent c3af5ec584
commit 699c644d5d

View File

@ -924,12 +924,12 @@
}, },
{ {
"name": "random", "name": "random",
"url": "git://github.com/BlaXpirit/nimrod-random", "url": "git://github.com/BlaXpirit/nim-random",
"method": "git", "method": "git",
"tags": ["library", "algorithms", "random"], "tags": ["library", "algorithms", "random"],
"description": "Pseudo-random number generation library inspired by Python", "description": "Pseudo-random number generation library inspired by Python",
"license": "MIT", "license": "MIT",
"web": "https://github.com/BlaXpirit/nimrod-random" "web": "https://github.com/BlaXpirit/nim-random"
}, },
{ {
"name": "zmq", "name": "zmq",