From: Karen Etheridge Date: Fri, 20 Apr 2018 13:40:08 +0000 (+0200) Subject: publish the github repo instead, for easier receipt of pull requests X-Git-Tag: v2.000005~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6dfac855443a24a7c84dd50cabf04a4114480b0e;p=p5sagit%2Fstrictures.git publish the github repo instead, for easier receipt of pull requests --- diff --git a/Makefile.PL b/Makefile.PL index 8428b85..1edb2aa 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -39,10 +39,14 @@ my %META = ( } }, }, resources => { + # GitHub mirrors from Shadowcat. We list it so we can get pull requests. + # The canonical repo is: + # r/o: git://git.shadowcat.co.uk/p5sagit/strictures.git # r/w: p5sagit@git.shadowcat.co.uk:strictures.git + # web: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/strictures.git repository => { - url => 'git://git.shadowcat.co.uk/p5sagit/strictures.git', - web => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/strictures.git', + url => 'https://github.com/p5sagit/strictures.git', + web => 'https://github.com/p5sagit/strictures', type => 'git', }, bugtracker => {