diff --git a/eventful-sqlite.cabal b/eventful-sqlite.cabal
--- a/eventful-sqlite.cabal
+++ b/eventful-sqlite.cabal
@@ -3,11 +3,13 @@
 -- see: https://github.com/sol/hpack
 
 name:           eventful-sqlite
-version:        0.1.0
+version:        0.1.1
 synopsis:       SQLite implementations for eventful
 description:    SQLite implementations for eventful
 category:       Database,Eventsourcing,SQLite
 stability:      experimental
+homepage:       https://github.com/jdreaver/eventful#readme
+bug-reports:    https://github.com/jdreaver/eventful/issues
 maintainer:     David Reaver
 license:        MIT
 license-file:   LICENSE.md
@@ -17,6 +19,10 @@
 extra-source-files:
     CHANGELOG.md
     README.md
+
+source-repository head
+  type: git
+  location: https://github.com/jdreaver/eventful
 
 library
   hs-source-dirs:
