Switch repository to git (fREW Schmidt)
Arthur Axel 'fREW' Schmidt [Tue, 23 Aug 2011 23:33:53 +0000 (18:33 -0500)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index 3bd2b74..93709b8 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Catalyst-Plugin-Authentication-Store-DBIx-Class
 
+        * Switch repository to git (fREW Schmidt)
+
 0.1501  2011-06-17
         * If use_userdata_from_session isn't set, then don't store more
           fields than we need in the session -- only the fields we need to
index b271880..cf1846a 100644 (file)
@@ -46,7 +46,7 @@ requires (
 
 test_requires 'Test::More';
 
-resources repository => 'http://dev.catalystframework.org/repos/Catalyst/Catalyst-Authentication-Store-DBIx-Class';
+resources repository => 'git://git.shadowcat.co.uk/catagits/Catalyst-Authentication-Store-DBIx-Class.git',
 
 auto_install;
 auto_provides;