aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaushal Modi <kaushal.modi@gmail.com>2018-05-18 08:53:17 -0400
committerKaushal Modi <kaushal.modi@gmail.com>2018-05-18 08:54:49 -0400
commit274331e0f9927df5f5d7e2031540441203f3e0b6 (patch)
treee3d0ed4345673bd0d9f15aec3fe8e161007065f6
parentb88a10c1211dab7ce32671d8103eb39c3ef178fd (diff)
downloadpackages-274331e0f9927df5f5d7e2031540441203f3e0b6.tar.gz
packages-274331e0f9927df5f5d7e2031540441203f3e0b6.zip
Update parsetoml url
See https://github.com/NimParsers/parsetoml/issues/12.
-rw-r--r--packages.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/packages.json b/packages.json
index fe4394a..75b9eb3 100644
--- a/packages.json
+++ b/packages.json
@@ -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",