From: Karen Etheridge Date: Tue, 28 Jun 2016 22:00:07 +0000 (-0700) Subject: document the github repo so we can get pull requests X-Git-Tag: v1.003006_001~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FJSON-MaybeXS.git;a=commitdiff_plain;h=f01f85acffcfa5de6df9df81f0c335ec28833558 document the github repo so we can get pull requests --- diff --git a/Makefile.PL b/Makefile.PL index 58b5e07..4bb2e4f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,10 +11,14 @@ my %WriteMakefileArgs = ( 'meta-spec' => { version => 2 }, dynamic_config => 1, resources => { - # r/w: p5sagit@git.shadowcat.co.uk:JSON-MaybeXS.git + # 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/JSON-MaybeXS.git + # r/w: p5sagit@git.shadowcat.co.uk:JSON-MaybeXS.git + # web: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/JSON-MaybeXS.git repository => { - url => 'git://git.shadowcat.co.uk/p5sagit/JSON-MaybeXS.git', - web => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/JSON-MaybeXS.git', + url => 'https://github.com/p5sagit/JSON-MaybeXS.git', + web => 'https://github.com/p5sagit/JSON-MaybeXS', type => 'git', }, bugtracker => {