aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-05-15 14:55:52 +0200
committerPatrick Spek <p.spek@tyil.nl>2020-05-15 14:55:52 +0200
commit5738438282178e57021db22523c5c040e075fe68 (patch)
treea93f55984b5df818dff9718f675355870edaa51f
parentab02976f1c7853be303b88ed4b4705cd0770540c (diff)
Update META
-rw-r--r--META6.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/META6.json b/META6.json
index c79705f..85e351d 100644
--- a/META6.json
+++ b/META6.json
@@ -4,13 +4,16 @@
"authors": [
"Patrick Spek <p.spek@tyil.nl>"
],
+ "depends": [
+ "Log"
+ ],
"description": "A simple logging library for Raku",
"license": "AGPL-3.0",
- "name": "Log",
+ "name": "Log::Simple",
"perl": "6.d",
"provides": {
"Log::Simple": "lib/Log/Simple.rakumod"
},
- "source-url": "",
+ "source-url": "https://home.tyil.nl/git/raku/Log::Simple/",
"version": "0.0.0"
-}
+} \ No newline at end of file