aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-05-25 16:00:53 +0200
committerPatrick Spek <p.spek@tyil.nl>2020-05-25 16:00:53 +0200
commitde73abf7d1dea904b0710ae6a5ff0685cc9cb979 (patch)
tree1ed974870979146fe38236f266042a2716ee78a9
parentd47b8aae8499d01f8953a26f75530a2d93453270 (diff)
Add an auth entry to META6.json
-rw-r--r--META6.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/META6.json b/META6.json
index 43eb1b7..a3ee51d 100644
--- a/META6.json
+++ b/META6.json
@@ -1,6 +1,6 @@
{
"api": "0",
- "auth": "",
+ "auth": "cpan:TYIL",
"authors": [
"Patrick Spek <p.spek@tyil.nl>"
],
@@ -14,4 +14,4 @@
},
"source-url": "https://home.tyil.nl/git/raku/Log/",
"version": "0.1.0"
-} \ No newline at end of file
+}