diff --git a/META.json b/META.json deleted file mode 100644 index 186f426..0000000 --- a/META.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "name" : "Unicode::UTF8-Parser", - "version" : "*", - "perl" : "v6.0.0", - "author" : "github:krunen", - "authors" : [ "Karl Rune Nilsen" ], - "description" : "Supply which converts a supply of UTF8 bytes to unicode characters", - "depends" : [ ], - "provides" : { "Unicode::UTF8-Parser" : "lib/Unicode/UTF8-Parser.pm6"}, - "repo-type" : "git", - "license" : "Artistic-2.0", - "source-url" : "git://github.com/krunen/unicode-utf8-parser.git", - "support" : { - "irc" : "irc://irc.freenode.org/#perl6" - } -} diff --git a/META6.json b/META6.json index c007dc7..186f426 100644 --- a/META6.json +++ b/META6.json @@ -8,7 +8,7 @@ "depends" : [ ], "provides" : { "Unicode::UTF8-Parser" : "lib/Unicode/UTF8-Parser.pm6"}, "repo-type" : "git", - "license" : "http://www.perlfoundation.org/artistic_license_2_0", + "license" : "Artistic-2.0", "source-url" : "git://github.com/krunen/unicode-utf8-parser.git", "support" : { "irc" : "irc://irc.freenode.org/#perl6"