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" } ]