From 274331e0f9927df5f5d7e2031540441203f3e0b6 Mon Sep 17 00:00:00 2001 From: Kaushal Modi Date: Fri, 18 May 2018 08:53:17 -0400 Subject: [PATCH] Update parsetoml url See https://github.com/NimParsers/parsetoml/issues/12. --- packages.json | 7 ++++--- 1 file 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",