update repo to point to github master
Graham Knop [Tue, 1 Oct 2013 18:30:37 +0000 (14:30 -0400)]
Makefile.PL

index 902ab57..2108284 100644 (file)
@@ -29,10 +29,9 @@ my %RUN_DEPS = (
 my %extra_info = (
   'meta-spec' => { version => 2 },
   resources => {
-    # r/w: gitmo@git.shadowcat.co.uk:Moo.git
     repository => {
-      url => 'git://git.shadowcat.co.uk/gitmo/Moo.git',
-      web => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/Moo.git',
+      url => 'https://github.com/moose/Moo.git',
+      web => 'https://github.com/moose/Moo',
       type => 'git',
     },
     x_IRC => 'irc://irc.perl.org/#moose',