diff options
| author | Andinus <andinus@nand.sh> | 2021-04-23 18:04:54 +0530 |
|---|---|---|
| committer | Andinus <andinus@nand.sh> | 2021-04-23 18:04:54 +0530 |
| commit | 6a9100059e88839bdf3184d065b90dfcbe42301f (patch) | |
| tree | 8ef0ee0d8170588d49e6a5a0e586ed34076d6d99 | |
| parent | 60684e8280378ab0cac476d83dd4d1df6664c3ea (diff) | |
| download | orion-6a9100059e88839bdf3184d065b90dfcbe42301f.tar.gz | |
Remove spaces from tags in META6.json, Bump versionv0.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.json | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" } |