diff options
author | Andinus <andinus@nand.sh> | 2022-10-15 22:18:32 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2022-10-15 22:18:32 +0530 |
commit | ecafbe5bb11cd056f4e6f11cd1d03af98a8eeb88 (patch) | |
tree | 0c0c790d8b69bcc31aaeb90d5a5a4c8bbea76c1c | |
parent | 0a1c010018135291c11cb70f42853f65a0b1760d (diff) | |
download | orion-ecafbe5bb11cd056f4e6f11cd1d03af98a8eeb88.tar.gz |
Fix dependency, Update auth to zef
-rw-r--r-- | META6.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/META6.json b/META6.json index d357bb6..fedd502 100644 --- a/META6.json +++ b/META6.json @@ -1,6 +1,6 @@ { "name" : "orion", - "auth" : "github:andinus", + "auth" : "zef:andinus", "version" : "0.2.2", "description" : "Orion checks for compromised passwords using Have I Been Pwned API", "authors" : [ "Andinus <andinus@nand.sh>" ], @@ -11,7 +11,7 @@ }, "depends" : [ "Digest::SHA", - "LWP::Simple::auth<github:raku-community-modules>" + "LWP::Simple:auth<zef:dwarring>" ], "tags": [ "Orion", "PasswordStore", "pass", "HaveIBeenPwned", "HIBP" |