canonical repository moved to https://github.com/Perl-Toolchain-Gang/Module-Metadata master
Karen Etheridge [Sun, 6 Apr 2014 20:20:38 +0000 (13:20 -0700)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index 1d66288..e478117 100644 (file)
--- a/Changes
+++ b/Changes
@@ -4,6 +4,7 @@ Release history for Module-Metadata
   - eliminated dependency on IO::File (and by virtue, XS) - thanks, leont!
   - removed cruft in test infrastructure left behind from separation from
     Module::Build (ether)
+  - repository moved to https://github.com/Perl-Toolchain-Gang/Module-Metadata
 
 1.000019 - 2013-10-06
   - warnings now disabled inside during the evaluation of generated version
index 9329964..1d090c8 100644 (file)
@@ -32,10 +32,9 @@ WriteMakefile(
     'meta-spec' => { version => 2 },
     dynamic_config => 0,
     resources => {
-      # r/w: p5sagit@git.shadowcat.co.uk:Module-Metadata.git
       repository => {
-        url => 'git://git.shadowcat.co.uk/p5sagit/Module-Metadata.git',
-        web => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Module-Metadata.git',
+        url => 'git@github.com:Perl-Toolchain-Gang/Module-Metadata.git',
+        web => 'https://github.com/Perl-Toolchain-Gang/Module-Metadata',
         type => 'git',
       },
       bugtracker => {