From: Graham Knop Date: Tue, 1 Oct 2013 18:30:37 +0000 (-0400) Subject: update repo to point to github X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMoo.git;a=commitdiff_plain;h=42865691a20eb4d33df037c9677b9766126c98ec update repo to point to github --- diff --git a/Makefile.PL b/Makefile.PL index 902ab57..2108284 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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',