aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-05-15 14:57:32 +0200
committerPatrick Spek <p.spek@tyil.nl>2020-05-15 14:57:32 +0200
commitae4c88fee1aec6be314d0ef9f66e08d03aa27ed1 (patch)
tree9da46948a6c739932b73a7083554e2d6f50d482a
parent9eccd4724a747967771f59fce730dbb100cae5ae (diff)
Add a source-url
-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