migrate to git \o/
[catagits/Catalyst-Authentication-Credential-OpenID.git] / Makefile.PL
index 49aeb78..5397fb4 100644 (file)
@@ -17,7 +17,6 @@ requires "Net::OpenID::Consumer" => "1.03";
 requires "Catalyst::Plugin::Authentication";
 requires "Catalyst::Plugin::Session::Store::FastMmap" => "0.05";
 requires "Catalyst::Plugin::Session::State::Cookie" => "0.08";
-requires "Catalyst::Engine::HTTP" => undef;
 
 recommends "Config::General"     => "2";
 recommends "YAML"                => "0.6";
@@ -59,7 +58,7 @@ if ( $Module::Install::AUTHOR )
         or die "Couldn't update the README";
 }
 
-resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Authentication-Credential-OpenID/';
+resources repository => 'git://git.shadowcat.co.uk/catagits/Catalyst-Authentication-Credential-OpenID.git';
 
 WriteAll;