From: Lukas Mai Date: Sun, 15 Sep 2013 16:15:12 +0000 (+0200) Subject: default to the github repo in META.* X-Git-Tag: v1.0301~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FFunction-Parameters.git;a=commitdiff_plain;h=4115c21e3fabdc37448640285ab7586104fc925c default to the github repo in META.* --- diff --git a/Makefile.PL b/Makefile.PL index 456b5ef..9689efc 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -46,8 +46,8 @@ my %opt = ( 'meta-spec' => { version => 2 }, resources => { repository => { - url => 'git://git.shadowcat.co.uk/p5sagit/Function-Parameters', - web => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Function-Parameters.git', + url => 'git://github.com/mauke/Function-Parameters', + web => 'https://github.com/mauke//Function-Parameters', type => 'git', }, },