canonical repository moved to https://github.com/Perl-Toolchain-Gang/Module-Metadata
[p5sagit/Module-Metadata.git] / Makefile.PL
index c23491f..1d090c8 100644 (file)
@@ -17,7 +17,6 @@ WriteMakefile(
     'Carp'        => 0,
     'File::Find'  => 0,
     'File::Spec'  => 0,
-    'IO::File'    => 0,
     'strict'      => 0,
     'warnings'    => 0,
     'vars'        => 0,
@@ -33,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 => {