diff options
| author | Max Skybin <git@skybin.net> | 2019-09-29 02:28:01 -0400 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-09-29 08:28:01 +0200 |
| commit | 6bea853467d15984daba0e5725a6bb98bbe5994e (patch) | |
| tree | 2db4be4f5eadc93688722d196fd8bb88b90013e3 | |
| parent | da538803190d7500721d3cb2fe7340beba816983 (diff) | |
| download | packages-6bea853467d15984daba0e5725a6bb98bbe5994e.tar.gz packages-6bea853467d15984daba0e5725a6bb98bbe5994e.zip | |
Added package passgen (#1191)
| -rw-r--r-- | packages.json | 11 |
1 files changed, 11 insertions, 0 deletions
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" } ] |
