From e0cea379389828428bf942756e779115bc5c84e3 Mon Sep 17 00:00:00 2001 From: Luke Date: Mon, 26 Sep 2022 02:34:16 -0500 Subject: [PATCH] Add package passy (#2364) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 006e18b..9d183af 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,18 @@ [ + { + "name": "passy", + "url": "https://github.com/infinitybeond1/passy", + "method": "git", + "tags": [ + "password", + "generator", + "cryptography", + "security" + ], + "description": "A fast little password generator", + "license": "GPL3", + "web": "https://github.com/infinitybeond1/passy" + }, { "name": "entgrep", "url": "https://github.com/srozb/entgrep",