From: Karen Etheridge <ether@cpan.org>
Date: Mon, 7 Mar 2011 18:00:55 +0000 (-0800)
Subject: update repository info to point to shadowcat
X-Git-Tag: 0.13~1
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3883732ab126ee7253146aea96882a8d17aed341;p=gitmo%2FMooseX-AlwaysCoerce.git

update repository info to point to shadowcat
---

diff --git a/Makefile.PL b/Makefile.PL
index 5a68cbf..9bd3f02 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -18,6 +18,6 @@ auto_provides;
 auto_install;
 
 resources repository =>
-    'git://github.com/karenetheridge/mx-alwayscoerce.git';
+    'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/MooseX-AlwaysCoerce.git';
 
 WriteAll;