From: Tomas Doran Date: Mon, 28 Feb 2011 19:41:54 +0000 (+0000) Subject: Change repos metadata to git X-Git-Tag: 5.80033~37 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=82e80cb1a3d0246b2e4ebc07f23599aadf9e8516 Change repos metadata to git --- diff --git a/Makefile.PL b/Makefile.PL index 6935b7c..4a71977 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -88,7 +88,7 @@ resources( 'IRC' => 'irc://irc.perl.org/#catalyst', 'license', => 'http://dev.perl.org/licenses/', 'homepage', => 'http://dev.catalyst.perl.org/', - 'repository', => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Runtime/', + 'repository', => 'git://git.shadowcat.co.uk/catagits/Catalyst-Runtime.git', ); install_script glob('script/*.pl');