diff options
| author | Jack VanDrunen <jack@jackv.co> | 2018-05-19 16:13:17 -0700 |
|---|---|---|
| committer | Jack VanDrunen <jack@jackv.co> | 2018-05-19 16:13:17 -0700 |
| commit | e88fb26e53fd0363fd59ba6334afccb19196416c (patch) | |
| tree | 34b95837f237fa42119d98045a688fe52a1f1e19 | |
| parent | cb07781b45b8edfb07165d338b2c2875dc166298 (diff) | |
| parent | cda317d2809f43a0b7014c9a7e79dff64b15101d (diff) | |
| download | packages-e88fb26e53fd0363fd59ba6334afccb19196416c.tar.gz packages-e88fb26e53fd0363fd59ba6334afccb19196416c.zip | |
Merge https://github.com/nim-lang/packages
| -rw-r--r-- | packages.json | 7 |
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", |
