X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FSafe-Isa.git;a=blobdiff_plain;f=Makefile.PL;h=dc2b7241b9324b5dc4cfd4d35285814d3a3ef1e2;hp=3771f8a8982ee1a8c4396401b9970d54ec71dc98;hb=7423cd2f1a3f395d5f695cc0ee3a210971b6f008;hpb=1db2336d94bc9876a268cd254c08a5baba72c895 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 => {