summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2021-04-23 18:04:54 +0530
committerAndinus <andinus@nand.sh>2021-04-23 18:04:54 +0530
commit6a9100059e88839bdf3184d065b90dfcbe42301f (patch)
tree8ef0ee0d8170588d49e6a5a0e586ed34076d6d99
parent60684e8280378ab0cac476d83dd4d1df6664c3ea (diff)
downloadorion-0.2.1.tar.gz
Remove spaces from tags in META6.json, Bump version v0.2.1
This module doesn't show up on modules.raku.org. I'm guessing it's
because of spaces in `tags'.
-rw-r--r--META6.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/META6.json b/META6.json
index 97abf44..c6548d1 100644
--- a/META6.json
+++ b/META6.json
@@ -1,7 +1,7 @@
 {
     "name" : "orion",
     "auth" : "github:andinus",
-    "version" : "0.2.0",
+    "version" : "0.2.1",
     "description" : "Orion checks for compromised passwords using Have I Been Pwned API",
     "authors" : [ "Andinus <andinus@nand.sh>" ],
     "license" : "ISC",
@@ -14,7 +14,7 @@
         "LWP::Simple::auth<github:raku-community-modules>"
     ],
     "tags": [
-        "Orion", "Password Store", "pass", "Have I Been Pwned", "HIBP"
+        "Orion", "PasswordStore", "pass", "HaveIBeenPwned", "HIBP"
     ],
     "source-url" : "https://git.tilde.institute/andinus/orion"
 }