change repository metadata to reference the github mirror
Karen Etheridge [Sun, 6 Mar 2016 22:36:56 +0000 (14:36 -0800)]
perl/Makefile.PL

index 9a61424..91c1550 100644 (file)
@@ -74,9 +74,13 @@ push @extras, META_MERGE => {
     dynamic_config => 0,
     resources => {
         repository => {
+            # this is the real repository
             # r/w: catagits@git.shadowcat.co.uk:fcgi2.git
-            url => 'git://git.shadowcat.co.uk/catagits/fcgi2.git',
-            web => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits/fcgi2.git',
+            # r/o: git://git.shadowcat.co.uk/catagits/fcgi2.git
+            # web: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits/fcgi2.git
+            # this is a mirror, but can receive pull requests
+            url => 'https://github.com/perl-catalyst/FCGI.git',
+            web => 'https://github.com/perl-catalyst/FCGI',
             type => 'git',
         },
         bugtracker => {