the class used to create the TT object can now be customized
[catagits/Catalyst-View-TT.git] / 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;