From: Graham Knop <haarg@haarg.org>
Date: Sun, 16 Oct 2016 11:20:25 +0000 (-0400)
Subject: list github as repo location
X-Git-Tag: v0.03~5
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7fd1d805255b2d1fea06fc144586ea52488edc42;p=p5sagit%2FDevel-GlobalDestruction-XS.git

list github as repo location
---

diff --git a/Makefile.PL b/Makefile.PL
index 699df18..ebf2cfa 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -12,8 +12,9 @@ my %META = (
   prereqs => {},
   resources => {
     repository => {
-      url => 'git://git.shadowcat.co.uk/p5sagit/Devel-GlobalDestruction-XS.git',
-      web => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Devel-GlobalDestruction-XS.git',
+      url => 'git://github.com/p5sagit/Devel-GlobalDestruction-XS.git',
+      # git://git.shadowcat.co.uk/p5sagit/Devel-GlobalDestruction-XS.git
+      web => 'http://github.com/p5sagit/Devel-GlobalDestruction-XS',
       type => 'git',
     },
     bugtracker => {