From: Karen Etheridge Date: Sat, 21 Apr 2018 15:38:43 +0000 (+0200) Subject: publish the github repo instead, for easier receipt of pull requests X-Git-Tag: v1.000009~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FSafe-Isa.git;a=commitdiff_plain;h=7423cd2f1a3f395d5f695cc0ee3a210971b6f008 publish the github repo instead, for easier receipt of pull requests --- diff --git a/Makefile.PL b/Makefile.PL index 3771f8a..dc2b724 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,12 +11,15 @@ my %WriteMakefileArgs = ( META_MERGE => { 'meta-spec' => { version => 2 }, dynamic_config => 0, - 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/Safe-Isa.git # r/w: p5sagit@git.shadowcat.co.uk:Safe-Isa.git + # web: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Safe-Isa.git repository => { - url => 'git://git.shadowcat.co.uk/p5sagit/Safe-Isa.git', - web => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Safe-Isa.git', + url => 'https://github.com/p5sagit/Safe-Isa.git', + web => 'https://github.com/p5sagit/Safe-Isa', type => 'git', }, bugtracker => {