aboutsummaryrefslogtreecommitdiff
path: root/META6.json
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-11-12 20:36:08 +0100
committerPatrick Spek <p.spek@tyil.nl>2020-11-12 20:36:08 +0100
commit5849c96fa6a058a8e3d79a17e0de845ab4d03fc8 (patch)
tree0538fa597f84e28335f6d7ddf2ba03f9edf0a7c9 /META6.json
parent95e89dee79200e1ea75b1ef976a30bf6b61e23a7 (diff)
Rewrite module
Diffstat (limited to 'META6.json')
-rw-r--r--META6.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/META6.json b/META6.json
index aff3030..4fef3d0 100644
--- a/META6.json
+++ b/META6.json
@@ -6,9 +6,8 @@
"Patrick Spek <p.spek@tyil.work>"
],
"depends": [
-
],
- "description": "Module to add deep merge functionality to Hashes",
+ "description": "Raku module to deep merge Hashes",
"license": "Artistic-2.0",
"name": "Hash::Merge",
"perl": "6.c",
@@ -25,4 +24,4 @@
"Test::META"
],
"version": "1.0.0"
-} \ No newline at end of file
+}