From e2d9e507f28eaa1ce40b2eab236be7cb0761a065 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Thu, 22 Feb 2018 15:41:22 +0000 Subject: [PATCH] Add pwned --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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" } ]