Skip to content

Commit

Permalink
fix license identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
gfldex committed Sep 23, 2017
1 parent ddf856f commit 3f200b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/META6/bin.pm6
Expand Up @@ -94,7 +94,7 @@ multi sub MAIN(Bool :$check, Str :$meta6-file-name = 'META6.json',
my $meta6 = META6.new(:$name, :$description, version => Version.new($version), perl-version => Version.new($perl), authors => [$author], :$auth,
source-url => "https://github.com/$github-user/{$base-dir}.git",
depends => [ "Test::META" ],
provides => {}, license => 'Artistic 2.0', production => False);
provides => {}, license => 'Artistic-2.0', production => False);
$meta6-file.spurt($meta6.to-json);
}

Expand Down

0 comments on commit 3f200b8

Please sign in to comment.