diff --git a/META.json b/META.json deleted file mode 100644 index f85abc2..0000000 --- a/META.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "name" : "Term::termios", - "version" : "*", - "perl" : "6.c", - "author" : "github:krunen", - "authors" : [ "Karl Rune Nilsen" ], - "description" : "termios routines for Rakudo Perl 6", - "depends" : [ ], - "provides" : { "Term::termios" : "lib/Term/termios.pm6"}, - "repo-type" : "git", - "source-url" : "git://github.com/krunen/term-termios.git", - "license" : "Artistic-2.0", - "support" : { - "irc" : "irc://irc.freenode.org/#perl6" - } -} diff --git a/META6.json b/META6.json index e39263d..f85abc2 100644 --- a/META6.json +++ b/META6.json @@ -9,7 +9,7 @@ "provides" : { "Term::termios" : "lib/Term/termios.pm6"}, "repo-type" : "git", "source-url" : "git://github.com/krunen/term-termios.git", - "license" : "http://www.perlfoundation.org/artistic_license_2_0", + "license" : "Artistic-2.0", "support" : { "irc" : "irc://irc.freenode.org/#perl6" }