diff --git a/Language/Unlambda.hs b/Language/Unlambda.hs
--- a/Language/Unlambda.hs
+++ b/Language/Unlambda.hs
diff --git a/unlambda.cabal b/unlambda.cabal
--- a/unlambda.cabal
+++ b/unlambda.cabal
@@ -1,5 +1,5 @@
 name:                unlambda
-version:             0.1.4
+version:             0.1.4.1
 license:             GPL
 license-file:        LICENSE
 author:              Ørjan Johansen <oerjan@nvg.ntnu.no>
@@ -13,12 +13,12 @@
                      written in the pure, lazy, functional language Haskell.
 
 build-type:          Simple
-Cabal-Version:       >= 1.6
+cabal-version:       >= 1.6
 tested-with:         GHC==7.10.1
 
 source-repository head
-  type:     darcs
-  location: http://code.haskell.org/lambdabot
+  type:     git
+  location: https://github.com/abbradar/unlambda
 
 executable              unlambda
    main-is:             Main.hs
