From: Tomas Doran (t0m) <t0m@state51.co.uk>
Date: Thu, 25 Mar 2010 18:16:43 +0000 (+0000)
Subject: Fix repository URI
X-Git-Tag: 0.26~2
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c557e79229dec7ef5a1c48f577f43bd8983b2992;p=gitmo%2FMooseX-Storage.git

Fix repository URI
---

diff --git a/Changes b/Changes
index 3ec006d..5988146 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for MooseX-Storage
 
+  * Fix URI for repository in metadata.
+
 0.25
   * Add support for Union types (bumps Moose dep to 0.99)
 
diff --git a/Makefile.PL b/Makefile.PL
index 8c672a9..b085239 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -49,7 +49,7 @@ build_requires 'Test::TempDir'   => '0.02';
 author_requires 'Test::Pod' => '1.14';
 author_requires 'Test::Pod::Coverage' => '1.08';
 
-resources repository => 'git://git.moose.perl.org/gitmo/MooseX-Storage.git';
+resources repository => 'git://git.moose.perl.org/MooseX-Storage.git';
 
 WriteAll;