From: Karen Etheridge Date: Sun, 12 Oct 2014 19:41:39 +0000 (-0700) Subject: canonical repository moved to git://git.shadowcat.co.uk/p5sagit/JSON-MaybeXS.git X-Git-Tag: v1.002005~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dd6a8d22ae2633e06a136209881a11af8a7a7de0;p=p5sagit%2FJSON-MaybeXS.git canonical repository moved to git://git.shadowcat.co.uk/p5sagit/JSON-MaybeXS.git --- diff --git a/Changes b/Changes index 437646a..f2f3132 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,7 @@ Revision history for JSON-MaybeXS - fix "can I haz XS?" logic precedence in Makefile.PL - added the ':all' export tag - removed dependency on Safe::Isa + - repository moved to git://git.shadowcat.co.uk/p5sagit/JSON-MaybeXS.git 1.002004 - 2014-10-11 - support use of PUREPERL_ONLY in Makefile.PL to avoid adding an XS diff --git a/Makefile.PL b/Makefile.PL index d15050c..3b8f406 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,9 +11,10 @@ my %WriteMakefileArgs = ( 'meta-spec' => { version => 2 }, dynamic_config => 1, resources => { + # r/w: p5sagit@git.shadowcat.co.uk:JSON-MaybeXS.git repository => { - url => 'https://github.com/karenetheridge/JSON-MaybeXS.git', - web => 'https://github.com/karenetheridge/JSON-MaybeXS', + url => 'git://git.shadowcat.co.uk/p5sagit/JSON-MaybeXS.git', + web => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/JSON-MaybeXS.git', type => 'git', }, bugtracker => {