aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack VanDrunen <jack@jackv.co>2018-05-19 16:13:17 -0700
committerJack VanDrunen <jack@jackv.co>2018-05-19 16:13:17 -0700
commite88fb26e53fd0363fd59ba6334afccb19196416c (patch)
tree34b95837f237fa42119d98045a688fe52a1f1e19
parentcb07781b45b8edfb07165d338b2c2875dc166298 (diff)
parentcda317d2809f43a0b7014c9a7e79dff64b15101d (diff)
downloadpackages-e88fb26e53fd0363fd59ba6334afccb19196416c.tar.gz
packages-e88fb26e53fd0363fd59ba6334afccb19196416c.zip
Merge https://github.com/nim-lang/packages
-rw-r--r--packages.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/packages.json b/packages.json
index 716e53d..28681a1 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",