aboutsummaryrefslogtreecommitdiff
path: root/META6.json
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-07-02 12:21:33 +0200
committerPatrick Spek <p.spek@tyil.nl>2020-07-02 12:21:33 +0200
commitbe1db7a9c513ec59337f1d1ef57a8402e987c50c (patch)
treed1a13763a20df4922ea29b58fd9d2a27ed0fbcb1 /META6.json
parente3f290ab0743212e1a31552205753d2210529a09 (diff)
Rename some stuff around
Diffstat (limited to 'META6.json')
-rw-r--r--META6.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/META6.json b/META6.json
index b42a639..1fc3601 100644
--- a/META6.json
+++ b/META6.json
@@ -10,9 +10,9 @@
"perl": "6.d",
"provides": {
"Log": "lib/Log.rakumod",
- "Log::Abstract": "lib/Log/Abstract.rakumod",
+ "Log::Implementation": "lib/Log/Implementation.rakumod",
"Log::Level": "lib/Log/Level.rakumod"
},
"source-url": "https://home.tyil.nl/git/raku/Log/",
"version": "0.2.0"
-} \ No newline at end of file
+}