Fix repos
Tomas Doran [Sat, 9 Mar 2013 10:34:11 +0000 (10:34 +0000)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index 0d60371..dba0c79 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Perl extension Catalyst::Plugin::ConfigLoader.
 
+   - Fix repository location in metadata.
+
 0.30  Fri Aug 20 2010
     - Fix for Windows regarding changes from 0.29
 
index a566415..168def1 100644 (file)
@@ -16,6 +16,7 @@ requires 'MRO::Compat'       => '0.09';
 
 test_requires 'Test::More';
 
-resources repository => 'http://dev.catalystframework.org/repos/Catalyst/Catalyst-Plugin-ConfigLoader/trunk/';
+resources repository => 'git://git.shadowcat.co.uk/catagits/Catalyst-Plugin-ConfigLoader.git';
 
 WriteAll;
+