From: Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 Date: Wed, 20 Feb 2013 10:09:33 +0000 (+0100) Subject: correct repo URL X-Git-Tag: 5.9007~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=d302068ec00e1be1a4d10bee15a14e8098f488d5;hp=a7a910e009276b83fe9072e208da90e2612b24d2 correct repo URL --- diff --git a/Makefile.PL b/Makefile.PL index 9073049..31fe5af 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -18,7 +18,6 @@ author_requires 'Test::Pod::Coverage' => '1.04'; author_tests 't/author'; auto_install; -resources repository => 'git://git.shadowcat.co.uk/catagits/Catalyst-Runtime.git'; +resources repository => 'git://git.shadowcat.co.uk/catagits/Catalyst-Manual.git'; WriteAll; -