diff --git a/servant-auth-docs.cabal b/servant-auth-docs.cabal
--- a/servant-auth-docs.cabal
+++ b/servant-auth-docs.cabal
@@ -3,12 +3,12 @@
 -- see: https://github.com/sol/hpack
 
 name:           servant-auth-docs
-version:        0.1.0.1
+version:        0.2.0.0
 synopsis:       servant-docs/servant-auth compatibility
 description:    Please see README.md
 category:       Web, Servant, Authentication
-homepage:       http://github.com/jkarni/servant-auth-docs#readme
-bug-reports:    https://github.com/jkarni/servant-auth-docs/issues
+homepage:       http://github.com/plow-technologies/servant-auth#readme
+bug-reports:    https://github.com/plow-techologies/servant-auth/issues
 author:         Julian K. Arni
 maintainer:     jkarni@gmail.com
 copyright:      (c) Julian K. Arni
@@ -20,7 +20,7 @@
 
 source-repository head
   type: git
-  location: https://github.com/jkarni/servant-auth-docs
+  location: https://github.com/plow-techologies/servant-auth
 
 library
   hs-source-dirs:
@@ -32,7 +32,7 @@
     , text
     , servant-docs
     , servant
-    , servant-auth
+    , servant-auth == 0.2.*
     , lens
   exposed-modules:
       Servant.Auth.Docs
@@ -50,7 +50,7 @@
     , text
     , servant-docs
     , servant
-    , servant-auth
+    , servant-auth == 0.2.*
     , lens
     , doctest >= 0.9 && < 0.12
     , Glob >= 0.7 && < 0.8
@@ -71,7 +71,7 @@
     , text
     , servant-docs
     , servant
-    , servant-auth
+    , servant-auth == 0.2.*
     , lens
     , servant-auth-docs
     , hspec > 2 && < 3
