diff options
| author | Kaushal Modi <kaushal.modi@gmail.com> | 2018-05-18 08:53:17 -0400 |
|---|---|---|
| committer | Kaushal Modi <kaushal.modi@gmail.com> | 2018-05-18 08:54:49 -0400 |
| commit | 274331e0f9927df5f5d7e2031540441203f3e0b6 (patch) | |
| tree | e3d0ed4345673bd0d9f15aec3fe8e161007065f6 | |
| parent | b88a10c1211dab7ce32671d8103eb39c3ef178fd (diff) | |
| download | packages-274331e0f9927df5f5d7e2031540441203f3e0b6.tar.gz packages-274331e0f9927df5f5d7e2031540441203f3e0b6.zip | |
Update parsetoml url
See https://github.com/NimParsers/parsetoml/issues/12.
| -rw-r--r-- | packages.json | 7 |
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", |
