From e8f4984dcd8bee8cf760d09db44a81f6d5d5e77c Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Sat, 3 Nov 2018 12:57:58 -0400 Subject: [PATCH] Fix META6.json - Fix JSON error - Correct URL to repo --- META6.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/META6.json b/META6.json index 11ba5b0..7521e11 100644 --- a/META6.json +++ b/META6.json @@ -10,12 +10,12 @@ "provides" : { "method-menu" : "lib/method-menu.pm6" }, - "depends" : [ 'Object::Examine', 'Augment::Util' ], + "depends" : [ "Object::Examine", "Augment::Util" ], "build-depends" : [ ], - "test-depends" : [ 'Test' ], + "test-depends" : [ "Test" ], "resources" : [ ], "tags": [ "method-menu", "m" ], - "source-url" : "git://github.com/doomvox/Object-Examine.git" + "source-url" : "git://github.com/doomvox/perl6-method-menu.git" }