Update parsetoml url

See https://github.com/NimParsers/parsetoml/issues/12.
This commit is contained in:
Kaushal Modi 2018-05-18 08:53:17 -04:00
parent b88a10c121
commit 274331e0f9

View File

@ -1993,14 +1993,15 @@
}, },
{ {
"name": "parsetoml", "name": "parsetoml",
"url": "https://github.com/ziotom78/parsetoml.git", "url": "https://github.com/NimParsers/parsetoml.git",
"method": "git", "method": "git",
"tags": [ "tags": [
"library" "library",
"parse"
], ],
"description": "Library for parsing TOML files.", "description": "Library for parsing TOML files.",
"license": "MIT", "license": "MIT",
"web": "https://github.com/ziotom78/parsetoml" "web": "https://github.com/NimParsers/parsetoml"
}, },
{ {
"name": "compiler", "name": "compiler",