diff options
author | Andinus <andinus@nand.sh> | 2021-04-27 21:34:28 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2021-04-27 21:34:28 +0530 |
commit | 1e94c64f174f3569c2be653df4d23f9285815d74 (patch) | |
tree | f4e2a3c5268fd4538f5f94e35f550c1f0589134e | |
parent | b8ed926e37e70c0fed538a1532ea34be013f9cb0 (diff) | |
download | caelum-1e94c64f174f3569c2be653df4d23f9285815d74.tar.gz |
Fix META6.json
-rw-r--r-- | META6.json | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/META6.json b/META6.json index ea7d30b..fc31391 100644 --- a/META6.json +++ b/META6.json @@ -8,15 +8,11 @@ "perl" : "6.d", "provides" : { "Caelum::CLI" : "lib/Caelum/CLI.rakumod", - "Caelum::Player" : "lib/Caelum/Player.rakumod", + "Caelum::Player" : "lib/Caelum/Player.rakumod" }, "depends" : [ "Terminal::Table:auth<github:araraloren>" ], - "build-depends" : [ ], - "test-depends" : [ ], - "resources" : [ - ], "tags": [ "Caelum", "Cee-lo", "Chinchirorin", "Chinchiro" ], |