From: Graham Knop Date: Mon, 20 Jan 2014 23:36:00 +0000 (-0500) Subject: move repository to https://github.com/Perl-Toolchain-Gang/local-lib X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;hp=d514312f68252585790fa9f397fc30e516544039;p=p5sagit%2Flocal-lib.git move repository to https://github.com/Perl-Toolchain-Gang/local-lib --- diff --git a/Makefile.PL b/Makefile.PL index 8b045aa..6ca54b8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -196,9 +196,8 @@ my %extra_info = ( 'meta-spec' => { version => 2 }, resources => { repository => { - # r/w: p5sagit@git.shadowcat.co.uk:local-lib.git - url => 'git://git.shadowcat.co.uk/p5sagit/local-lib.git', - web => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/local-lib.git', + url => 'git://github.com/Perl-Toolchain-Gang/local-lib', + web => 'https://github.com/Perl-Toolchain-Gang/local-lib', type => 'git', }, x_IRC => 'irc://irc.perl.org/#local-lib',