update repo to be git
Arthur Axel 'fREW' Schmidt [Sat, 16 Jul 2011 18:41:40 +0000 (13:41 -0500)]
Makefile.PL

index 446b3f0..01cb6f7 100644 (file)
@@ -19,6 +19,6 @@ requires 'MRO::Compat'     => 0;
 test_requires 'Test::More';
 
 auto_install;
-resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-View-TT/';
+resources repository => 'git://git.shadowcat.co.uk/catagits/Catalyst-View-TT.git';
 
 WriteAll;