From f567cc420111cda2a62943ae07606ea29e0d01ce Mon Sep 17 00:00:00 2001 From: Maurizio Tomasi Date: Sat, 17 Jan 2015 17:30:24 +0100 Subject: [PATCH] "web" field fixed for the "parsetoml" package --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",