diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+0.1.0.1
+-----
+* Added links to the source repository and issue tracker to the cabal project
+
 0.1
 ---
 * Repository Initialized
diff --git a/ersatz.cabal b/ersatz.cabal
--- a/ersatz.cabal
+++ b/ersatz.cabal
@@ -1,11 +1,12 @@
 name:           ersatz
-version:        0.1
+version:        0.1.0.1
 license:        BSD3
 license-file:   LICENSE
 author:         Edward A. Kmett, Johan Kiviniemi
 maintainer:     Edward A. Kmett <ekmett@gmail.com>
 stability:      experimental
-homepage:       http://comonad.com/reader
+homepage:       http://github.com/ersatz
+bug-reports:    http://github.com/ersatz/issues
 category:       Logic, Algorithms
 synopsis:       A monad for expressing SAT or QSAT problems using observable sharing.
 description:    A monad for expressing SAT or QSAT problems using observable sharing.
@@ -27,6 +28,11 @@
   AUTHORS.md
   README.md
   CHANGELOG.md
+
+
+source-repository head
+  type: git
+  location: git://github.com/ekmett/ersatz.git
 
 library
   ghc-options: -Wall
