From: Lukas Mai Date: Fri, 27 Sep 2013 05:57:27 +0000 (+0200) Subject: fix github url X-Git-Tag: v1.0401~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FFunction-Parameters.git;a=commitdiff_plain;h=ad2eaecbf2a4bf6b13ee10312acf10dd13799030 fix github url --- diff --git a/Makefile.PL b/Makefile.PL index 9689efc..c84264f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -47,7 +47,7 @@ my %opt = ( resources => { repository => { url => 'git://github.com/mauke/Function-Parameters', - web => 'https://github.com/mauke//Function-Parameters', + web => 'https://github.com/mauke/Function-Parameters', type => 'git', }, },