From: Arthur Axel 'fREW' Schmidt Date: Sat, 16 Jul 2011 18:41:40 +0000 (-0500) Subject: update repo to be git X-Git-Tag: 0.38~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-View-TT.git;a=commitdiff_plain;h=f80f9398af565adba7417c7f09124c120a8cfa6a update repo to be git --- diff --git a/Makefile.PL b/Makefile.PL index 446b3f0..01cb6f7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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;