Fix repository URI in metadata
Tomas Doran [Tue, 23 Oct 2012 20:36:07 +0000 (21:36 +0100)]
Makefile.PL

index c64d99b..9073049 100644 (file)
@@ -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;