diff --git a/graylog.cabal b/graylog.cabal
--- a/graylog.cabal
+++ b/graylog.cabal
@@ -1,5 +1,5 @@
 name:             graylog
-version:          0.1.0.0
+version:          0.1.0.1
 synopsis:         Support for graylog output.
 description:      Support for sending GELF formatted messages to graylog over
                   chunked UDP.
@@ -12,6 +12,10 @@
 category:         Web
 build-type:       Simple
 cabal-version:    >=1.10
+
+source-repository head
+    type:               git
+    location:           https://github.com/AndrewRademacher/haskell-graylog.git
 
 library 
    hs-source-dirs:      src
