diff --git a/Changelog b/Changelog
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,6 @@
+Changed in version 0.7.1.1:
+   * Point to github for HEAD.
+
 Changed in version 0.7.1.0:
    * Fix build with ghc-7.8.
    * Fix build with ghc-6.12.3.
diff --git a/haskeline.cabal b/haskeline.cabal
--- a/haskeline.cabal
+++ b/haskeline.cabal
@@ -1,6 +1,6 @@
 Name:           haskeline
 Cabal-Version:  >=1.6
-Version:        0.7.1.0
+Version:        0.7.1.1
 Category:       User Interfaces
 License:        BSD3
 License-File:   LICENSE
@@ -22,8 +22,8 @@
 extra-source-files: examples/Test.hs Changelog
 
 source-repository head
-    type: darcs
-    location: http://code.haskell.org/haskeline
+    type: git
+    location: git://github.com/judah/haskeline.git
 
 -- There are three main advantages to the terminfo backend over the portable,
 -- "dumb" alternative.  First, it enables more efficient control sequences
