diff --git a/stm-io-hooks.cabal b/stm-io-hooks.cabal
--- a/stm-io-hooks.cabal
+++ b/stm-io-hooks.cabal
@@ -14,22 +14,24 @@
     the modified TVars are restored.
     .
     Note: The package can be used as a drop-in replacement for 
-    'Control.Concurrent.STM'. This library was inspired by the AdvSTM monad on 
-    the Haskell Wiki (see <http://haskell.org/haskellwiki/?title=New_monads/MonadAdvSTM>).
+    'Control.Concurrent.STM'. 
     .
     Feedback is welcome!
 
 Category:       Concurrency
 Stability:      experimental
-Author:         Peter Robinson 2009-2011, Chris Kuklewicz 2006
+Author:         Peter Robinson 2009-2014, Chris Kuklewicz 2006
 Maintainer:     Peter Robinson <thaldyron@gmail.com>
 License:        BSD3
 License-file:   LICENSE
-Homepage:       http://darcs.monoid.at/stm-io-hooks
-Version:        0.7.5
+Version:        1.0.0
 
 Build-type:     Simple                        
-Cabal-Version:  >= 1.2.3
+Cabal-Version:  >= 1.6
+
+source-repository head
+  type: git
+  location: https://github.com/thaldyron/stm-io-hooks
 
 library
     Exposed-Modules:   Control.Monad.AdvSTM
