From 832a60fd7b4579027ff2a9fd3c16bc266f9296cb Mon Sep 17 00:00:00 2001 From: Andy Lester Date: Sun, 19 Sep 2010 23:28:29 -0500 Subject: [PATCH] new URL for license --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 83af1d5..6fb38aa 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -43,7 +43,7 @@ if ( $ExtUtils::MakeMaker::VERSION ge '6.46' ) { resources => { homepage => 'http://betterthangrep.com/', bugtracker => 'http://github.com/petdance/ack', - license => 'http://dev.perl.org/licenses/', + license => 'http://www.opensource.org/licenses/artistic-license-2.0.php', repository => 'git://github.com/petdance/ack.git', MailingList => 'http://groups.google.com/group/ack-users', }