summary refs log tree commit diff stats
path: root/META6.json
diff options
context:
space:
mode:
Diffstat (limited to 'META6.json')
-rw-r--r--META6.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/META6.json b/META6.json
index c6548d1..70c597a 100644
--- a/META6.json
+++ b/META6.json
@@ -1,17 +1,17 @@
 {
     "name" : "orion",
-    "auth" : "github:andinus",
-    "version" : "0.2.1",
+    "auth" : "zef:andinus",
+    "version" : "0.2.3",
     "description" : "Orion checks for compromised passwords using Have I Been Pwned API",
     "authors" : [ "Andinus <andinus@nand.sh>" ],
     "license" : "ISC",
     "perl" : "6.d",
     "provides" : {
-        "Orion::CLI" : "lib/Orion/CLI.rakumod",
+        "Orion::CLI" : "lib/Orion/CLI.rakumod"
     },
     "depends" : [
-        "Digest::SHA"
-        "LWP::Simple::auth<github:raku-community-modules>"
+        "Digest::SHA",
+        "LWP::Simple:auth<zef:dwarring>"
     ],
     "tags": [
         "Orion", "PasswordStore", "pass", "HaveIBeenPwned", "HIBP"