Merge pull request #743 from kaushalmodi/update-parsetoml-link

Update parsetoml url
This commit is contained in:
Dominik Picheta 2018-05-19 10:59:13 +01:00 committed by GitHub
commit cda317d280
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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