diff --git a/unitym.cabal b/unitym.cabal
--- a/unitym.cabal
+++ b/unitym.cabal
@@ -1,8 +1,8 @@
 name:                unitym
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            A monad type class shared between web services
 description:         Please see README.md
-homepage:            https://github.com/githubuser/unitym#readme
+homepage:            https://github.com/bhurt/unitym#readme
 license:             BSD3
 license-file:        LICENSE
 author:              Brian Hurt
@@ -21,4 +21,9 @@
                         , transformers >= 0.5 && < 0.6
   default-language:    Haskell2010
   ghc-options:         -W -Wall
+
+source-repository head
+  type:     git
+  location: https://github.com/bhurt/unitym/unitym
+
 
