advertise github mirror in metadata
Karen Etheridge [Mon, 25 Nov 2019 00:16:35 +0000 (16:16 -0800)]
Makefile.PL

index b127727..fd095ca 100644 (file)
@@ -46,10 +46,14 @@ WriteMakefile(
         'meta-spec' => { version => 2 },
         dynamic_config => 0,
         resources => {
+            # GitHub mirrors from Shadowcat. We list it so we can get pull requests.
+            # The canonical repo is:
+            # r/o: git://git.shadowcat.co.uk/p5sagit/Devel-Declare.git
             # r/w: p5sagit@git.shadowcat.co.uk:Devel-Declare.git
+            # web: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Devel-Declare.git
             repository => {
-                url => 'git://git.shadowcat.co.uk/p5sagit/Devel-Declare.git',
-                web => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Devel-Declare.git',
+                url => 'https://github.com/p5sagit/Devel-Declare.git',
+                web => 'https://github.com/p5sagit/Devel-Declare',
                 type => 'git',
             },
             bugtracker => {