diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-05-19 10:59:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-19 10:59:13 +0100 |
| commit | cda317d2809f43a0b7014c9a7e79dff64b15101d (patch) | |
| tree | e3d0ed4345673bd0d9f15aec3fe8e161007065f6 | |
| parent | b88a10c1211dab7ce32671d8103eb39c3ef178fd (diff) | |
| parent | 274331e0f9927df5f5d7e2031540441203f3e0b6 (diff) | |
| download | packages-cda317d2809f43a0b7014c9a7e79dff64b15101d.tar.gz packages-cda317d2809f43a0b7014c9a7e79dff64b15101d.zip | |
Merge pull request #743 from kaushalmodi/update-parsetoml-link
Update parsetoml url
| -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", |
