diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for sensu-run
 
+## 0.6.0.2 -- 2018-09-12
+
+* Add source-repository stanza in the cabal file
+
 ## 0.6.0.1 -- 2018-09-11
 
 * Relax upper version bound for network
diff --git a/sensu-run.cabal b/sensu-run.cabal
--- a/sensu-run.cabal
+++ b/sensu-run.cabal
@@ -1,5 +1,5 @@
 name: sensu-run
-version: 0.6.0.1
+version: 0.6.0.2
 synopsis: A tool to send command execution results to Sensu
 description:
   @sensu-run@ is a command line tool to send command execution results to Sensu
@@ -54,3 +54,8 @@
     build-depends: unix < 2.8
   ghc-options: -Wall -threaded
   default-language: Haskell2010
+
+source-repository head
+  type: git
+  branch: develop
+  location: https://github.com/maoe/sensu-run.git
