X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=561b37258f9b8793b076cd65a6bb737429f3dbe4;hb=7b026c56f169641f024652b823e67ebb934ba63a;hp=054cca9e93ac8c554c53a4aa7ae3e2f785447a8d;hpb=fa84e42544f1d59c0bfc118d516d20c2b5848c0b;p=p5sagit%2Fnamespace-clean.git 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', }, );