From: Peter Rabbitson Date: Mon, 1 Aug 2011 14:02:56 +0000 (+0200) Subject: Fix borked git url X-Git-Tag: 0.21~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=842fcd09a278f4317b33c9531ae9587dd16972e8;hp=1202ce4b71d902650886b0bb6f6e86026bb14966;p=p5sagit%2Fnamespace-clean.git Fix borked git url --- diff --git a/Makefile.PL b/Makefile.PL index 054cca9..561b372 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -26,7 +26,7 @@ my %META_BITS = ( # EUMM not supporting nested meta :( #repository => { # type => 'git', - # url => 'git://git.shadowcat.co.uk:p5sagit/namespace-clean.git', + # url => 'git://git.shadowcat.co.uk/p5sagit/namespace-clean.git', # web => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/namespace-clean.git', #} #bugtracker => { @@ -34,7 +34,7 @@ my %META_BITS = ( # web => 'http://rt.cpan.org/Public/Dist/Display.html?Name=namespace-clean', #}, - repository => 'git://git.shadowcat.co.uk:p5sagit/namespace-clean.git', + repository => 'git://git.shadowcat.co.uk/p5sagit/namespace-clean.git', bugtracker => 'http://rt.cpan.org/Public/Dist/Display.html?Name=namespace-clean', }, );