diff --git a/yesod-auth-fb.cabal b/yesod-auth-fb.cabal
--- a/yesod-auth-fb.cabal
+++ b/yesod-auth-fb.cabal
@@ -1,7 +1,7 @@
 Name:                yesod-auth-fb
-Version:             1.6.2.1
+Version:             1.6.3
 Synopsis:            Authentication backend for Yesod using Facebook.
-Homepage:            https://github.com/meteficha/yesod-auth-fb
+Homepage:            https://github.com/prowdsponsor/yesod-auth-fb
 License:             BSD3
 License-file:        LICENSE
 Author:              Felipe Lessa, Michael Snoyman
@@ -35,7 +35,7 @@
 
 Source-repository head
   type:     git
-  location: git://github.com/meteficha/yesod-auth-fb.git
+  location: git://github.com/prowdsponsor/yesod-auth-fb.git
 
 Library
   hs-source-dirs: src
@@ -50,7 +50,7 @@
                  , wai
                  , http-conduit >= 1.9
                  , text         >= 0.7     && < 1.2
-                 , transformers >= 0.1.3   && < 0.4
+                 , transformers >= 0.1.3   && < 0.5
                  , yesod-fb     == 0.3.*
                  , fb           >= 0.14    && < 1.1
                  , conduit      >= 1.0     && < 1.2
