diff --git a/mailgun.cabal b/mailgun.cabal
--- a/mailgun.cabal
+++ b/mailgun.cabal
@@ -1,5 +1,5 @@
 name:                mailgun
-version:             0.1.0.3
+version:             0.1.0.4
 synopsis:            Connector to Rackspace's Mailgun Service
 description:         Allows users to directly access Rackspace's Mailgun service
                      without having to work with the underlying REST service.
@@ -10,6 +10,13 @@
 category:            Web
 build-type:          Simple
 cabal-version:       >=1.10
+
+homepage:            https://github.com/AndrewRademacher/mailgun
+bug-reports:         https://github.com/AndrewRademacher/mailgun/issues
+
+source-repository head
+    type:            git
+    location:        https://github.com/AndrewRademacher/mailgun.git
 
 library
     ghc-options:        -Wall
