From db60c4b295c4f7ce312b4c42c75bcd3da32d6820 Mon Sep 17 00:00:00 2001 From: MaxUNof Date: Fri, 4 Jan 2019 17:53:17 +0300 Subject: [PATCH] Update packages.json --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index c731cd4..5f54c91 100644 --- a/packages.json +++ b/packages.json @@ -12336,5 +12336,19 @@ "description": "itch.io API Client for Nim", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-itchio" + }, + { + "name": "gurl", + "url": "https://github.com/MaxUNof/gurl", + "method": "git", + "tags": [ + "tags", + "http", + "generating", + "url" + ], + "description": "A little lib for generating URL with args.", + "license": "MIT", + "web": "https://github.com/MaxUNof/gurl" } ]