From: Graham Knop Date: Thu, 21 Jul 2022 08:44:02 +0000 (+0200) Subject: move repo to github X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=009739a6b01057b21fba430a0866d4e8bb07f76b;p=catagits%2FCatalyst-Runtime.git move repo to github --- diff --git a/Makefile.PL b/Makefile.PL index 1f76be6..f94cd54 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -100,9 +100,8 @@ my %META = ( }, resources => { repository => { - # r/w: catagits@git.shadowcat.co.uk:Catalyst-Runtime.git - url => 'git://git.shadowcat.co.uk/catagits/Catalyst-Runtime.git', - web => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits/Catalyst-Runtime.git;a=summary', + url => 'https://github.com/perl-catalyst/catalyst-runtime.git', + web => 'https://github.com/perl-catalyst/catalyst-runtime', type => 'git', }, x_IRC => 'irc://irc.perl.org/#catalyst',