diff --git a/quickcheck-text.cabal b/quickcheck-text.cabal
--- a/quickcheck-text.cabal
+++ b/quickcheck-text.cabal
@@ -1,5 +1,5 @@
 name:                quickcheck-text
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Alternative arbitrary instance for Text
 description:         The usual Arbitrary instance for Text
                      (in
@@ -8,6 +8,7 @@
                      instances and so isn't an ideal representation of a valid UTF-8
                      character. This package has generators for one-, two- and three-byte
                      UTF-8 characters (all that are currently in use).
+homepage:            https://github.com/olorin/quickcheck-text
 license:             MIT
 license-file:        LICENSE
 author:              Sharif Olorin
@@ -20,7 +21,7 @@
 
 source-repository    head
   type:              git
-  location:          git@github.com:olorin/quickcheck-instances.git
+  location:          git@github.com:olorin/quickcheck-text.git
 
 library
   exposed-modules:     Test.QuickCheck.Utf8
