From: Peter Rabbitson <ribasushi@cpan.org>
Date: Sun, 10 Apr 2016 02:09:31 +0000 (+0200)
Subject: Switch to GH url in meta for metacpan's sake
X-Git-Tag: 0.27~6
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dba82a0eb6993472f12db4e7975fa4fdf5afcc66;p=p5sagit%2Fnamespace-clean.git

Switch to GH url in meta for metacpan's sake

See how it behaves when url/web mismatch during a trial, will fix properly
if a priblem
---

diff --git a/Makefile.PL b/Makefile.PL
index 39b7677..c7a36f7 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -42,7 +42,7 @@ my %META = (
     repository => {
       type => 'git',
       url => 'git://git.shadowcat.co.uk/p5sagit/namespace-clean.git',
-      web => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/namespace-clean.git',
+      web => 'https://github.com/p5sagit/namespace-clean',
     },
     bugtracker => {
       mailto => 'bug-namespace-clean@rt.cpan.org',