From 6bea853467d15984daba0e5725a6bb98bbe5994e Mon Sep 17 00:00:00 2001 From: Max Skybin Date: Sun, 29 Sep 2019 02:28:01 -0400 Subject: [PATCH] Added package passgen (#1191) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index c5f7f57..d7690b7 100644 --- a/packages.json +++ b/packages.json @@ -14544,5 +14544,16 @@ "description": "A Nim wrapper for TheBlueAlliance", "license": "MIT", "web": "https://github.com/tervay/the-nim-alliance" + }, + { + "name": "passgen", + "url": "https://github.com/rustomax/nim-passgen", + "method": "git", + "tags": [ + "password-generator" + ], + "description": "Password generation library in Nim", + "license": "MIT", + "web": "https://github.com/rustomax/nim-passgen" } ]