From: Tomas Doran Date: Tue, 23 Oct 2012 20:36:07 +0000 (+0100) Subject: Fix repository URI in metadata X-Git-Tag: 5.9007~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3ea31f0aa609f747ca9b2fb1144b39edfd423703;p=catagits%2FCatalyst-Manual.git Fix repository URI in metadata --- diff --git a/Makefile.PL b/Makefile.PL index c64d99b..9073049 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -18,7 +18,7 @@ author_requires 'Test::Pod::Coverage' => '1.04'; author_tests 't/author'; auto_install; -resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Manual/5.80/trunk/'; +resources repository => 'git://git.shadowcat.co.uk/catagits/Catalyst-Runtime.git'; WriteAll;