Switch to GH url in meta for metacpan's sake
Peter Rabbitson [Sun, 10 Apr 2016 02:09:31 +0000 (04:09 +0200)]
See how it behaves when url/web mismatch during a trial, will fix properly
if a priblem

Makefile.PL

index 39b7677..c7a36f7 100644 (file)
@@ -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',