From dde7d56a7db569287ba1d79674ee18de26b881ec Mon Sep 17 00:00:00 2001 From: Pedro Gonring Date: Wed, 9 Oct 2019 01:45:08 -0300 Subject: [PATCH] Added package randpw (#1199) --- packages.json | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 9c4947a..c3f04c0 100644 --- a/packages.json +++ b/packages.json @@ -14648,7 +14648,20 @@ "string" ], "description": "The Levenshtein Nim module contains functions for fast computation of Levenshtein distance and string similarity.", - "license": "GPLv2", - "url": "https://github.com/oswjk/nimlevenshtein" + "license": "GPLv2" + }, + { + "name": "randpw", + "url": "https://github.com/pdrb/nim-randpw", + "method": "git", + "tags": [ + "random", + "password", + "passphrase", + "randpw" + ], + "description": "Random password and passphrase generator", + "license": "MIT", + "web": "https://github.com/pdrb/nim-randpw" } ]