diff --git a/snaplet-persistent.cabal b/snaplet-persistent.cabal
--- a/snaplet-persistent.cabal
+++ b/snaplet-persistent.cabal
@@ -1,5 +1,5 @@
 name:           snaplet-persistent
-version:        0.2
+version:        0.2.0.1
 synopsis:       persistent snaplet for the Snap Framework
 description:    Snaplet support for using the Postgresql database
                 with a Snap Framework application via the persistent
@@ -10,7 +10,7 @@
 maintainer:     ozataman@gmail.com, mightybyte@gmail.com
 build-type:     Simple
 cabal-version:  >= 1.6
-homepage:       https://github.com/mightybyte/snaplet-persistent
+homepage:       https://github.com/soostone/snaplet-persistent
 category:       Web, Snap
 
 extra-source-files:  LICENSE
@@ -22,7 +22,7 @@
 
 source-repository head
   type:     git
-  location: https://github.com/mightybyte/snaplet-persistent.git
+  location: https://github.com/soostone/snaplet-persistent.git
 
 Library
   hs-source-dirs: src
