canonical repository moved to git://git.shadowcat.co.uk/p5sagit/JSON-MaybeXS.git
Karen Etheridge [Sun, 12 Oct 2014 19:41:39 +0000 (12:41 -0700)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index 437646a..f2f3132 100644 (file)
--- 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
index d15050c..3b8f406 100644 (file)
@@ -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 => {