aboutsummaryrefslogtreecommitdiff
path: root/META6.json
diff options
context:
space:
mode:
Diffstat (limited to 'META6.json')
-rw-r--r--META6.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/META6.json b/META6.json
index 06bb4eb..0a72f2d 100644
--- a/META6.json
+++ b/META6.json
@@ -5,8 +5,8 @@
"Patrick Spek <p.spek@tyil.nl>"
],
"depends": [
- "Log",
- "JSON::Fast"
+ "JSON::Fast",
+ "Log"
],
"description": "A Log implementation with JSON formatted output",
"license": "LGPL-3.0-only",
@@ -15,6 +15,6 @@
"provides": {
"Log::JSON": "lib/Log/JSON.rakumod"
},
- "source-url": "",
+ "source-url": "https://home.tyil.nl/git/raku/Log::JSON/",
"version": "0.0.0"
-}
+} \ No newline at end of file