aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-02-22 15:41:22 +0000
committerGitHub <noreply@github.com>2018-02-22 15:41:22 +0000
commite2d9e507f28eaa1ce40b2eab236be7cb0761a065 (patch)
tree6d78244a49e3757fbc252ae24bb860c8cd578122
parentac983974e1fbf4e026af9133e7b4f6ccc1b3aa9e (diff)
downloadpackages-e2d9e507f28eaa1ce40b2eab236be7cb0761a065.tar.gz
packages-e2d9e507f28eaa1ce40b2eab236be7cb0761a065.zip
Add pwned
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index c7fcabf..1914727 100644
--- a/packages.json
+++ b/packages.json
@@ -8242,5 +8242,19 @@
"description": "Sha1 and Sha2 implementations",
"license": "MIT",
"web": "https://github.com/forlan-ua/nim-libsha"
+ },
+ {
+ "name": "pwned",
+ "url": "https://github.com/dom96/pwned",
+ "method": "git",
+ "tags": [
+ "application",
+ "passwords",
+ "security",
+ "binary"
+ ],
+ "description": "A client for the Pwned passwords API.",
+ "license": "MIT",
+ "web": "https://github.com/dom96/pwned"
}
]