diff options
| author | Maurizio Tomasi <ziotom78@gmail.com> | 2015-01-17 17:30:24 +0100 |
|---|---|---|
| committer | Maurizio Tomasi <ziotom78@gmail.com> | 2015-01-17 17:30:24 +0100 |
| commit | f567cc420111cda2a62943ae07606ea29e0d01ce (patch) | |
| tree | 1fd364b848dd7985598d4a77d577a85f8f339c7b | |
| parent | dab8a1d58a74865312219a129b6b0d9c98e8d1ef (diff) | |
| download | packages-f567cc420111cda2a62943ae07606ea29e0d01ce.tar.gz packages-f567cc420111cda2a62943ae07606ea29e0d01ce.zip | |
"web" field fixed for the "parsetoml" package
| -rw-r--r-- | packages.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.json b/packages.json index be4fbe8..ee88cfa 100644 --- a/packages.json +++ b/packages.json @@ -1127,7 +1127,7 @@ "tags": ["library", "nim"], "description": "Library for parsing TOML files.", "license": "MIT", - "web": "https://github.com/ziotom78/parsetoml.git" + "web": "https://github.com/ziotom78/parsetoml" }, { "name": "compiler", |
