diff --git a/data-filepath.cabal b/data-filepath.cabal
--- a/data-filepath.cabal
+++ b/data-filepath.cabal
@@ -1,7 +1,7 @@
 name:                data-filepath
-version:             2.1.0.0
+version:             2.1.0.1
 synopsis:            A type safe file path data structure
--- description:
+description:         A type safe file path data structure
 license:             BSD3
 license-file:        LICENSE
 author:              Maxwell Swadling
@@ -13,6 +13,10 @@
 build-type:          Simple
 -- extra-source-files:
 cabal-version:       >=1.10
+
+source-repository       head
+    type:               git
+    location:           https://github.com/maxpow4h/data-filepath.git
 
 library
   exposed-modules:     Data.FilePath
