From 88c14135b33c20347683b8786afed8fdb1f73df4 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 19 Dec 2011 17:11:00 +0200 Subject: [PATCH] Switch repo location to yesodweb --- authenticate.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/authenticate.cabal b/authenticate.cabal index 882ecee2..922ec334 100644 --- a/authenticate.cabal +++ b/authenticate.cabal @@ -11,7 +11,7 @@ category: Web stability: Stable cabal-version: >= 1.6 build-type: Simple -homepage: http://github.com/snoyberg/authenticate/tree/master +homepage: http://github.com/yesodweb/authenticate library build-depends: base >= 4 && < 5, @@ -54,4 +54,4 @@ library source-repository head type: git - location: git://github.com/snoyberg/authenticate.git + location: git://github.com/yesodweb/authenticate.git