move repository to http://github.com/moose/MooseX-Types-DateTime-MoreCoercions master
Karen Etheridge [Sun, 13 Jul 2014 04:21:45 +0000 (21:21 -0700)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index 74d256d..cb6282e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+
+        - repository has moved to the GitHub Moose organization
+
 0.11    2012-12-11 12:33:01 Europe/London
 
         - Require perl 5.8.3, as Moose does
index 4270150..9950f29 100755 (executable)
@@ -22,7 +22,7 @@ test_requires 'Test::use::ok'    => '0.02';
 test_requires 'Test::Exception'  => '0.27';
 test_requires 'Test::More';
 
-repository 'git://git.moose.perl.org/MooseX-Types-DateTime-MoreCoercions.git';
+repository 'https://github.com/moose/MooseX-Types-DateTime-MoreCoercions.git';
 
 auto_install;