From c63e2db6816a7ac366bd9e4ae38cec66f94d5c5c Mon Sep 17 00:00:00 2001 From: achesak Date: Wed, 30 Dec 2015 17:05:29 -0600 Subject: [PATCH] Added shorturl. --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 2c51da2..8f6940e 100644 --- a/packages.json +++ b/packages.json @@ -3885,5 +3885,18 @@ "description": "Nim module for filename matching with UNIX shell patterns", "license": "MIT", "web": "https://github.com/achesak/nim-fnmatch" + }, + { + "name": "shorturl", + "url": "git://github.com/achesak/nim-shorturl", + "method": "git", + "tags": [ + "library", + "url", + "uid" + ], + "description": "Nim module for generating URL identifiers for Tiny URL and bit.ly-like URLs", + "license: "MIT", + "web": "https://github.com/achesak/nim-shorturl" } ]