diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,9 @@
-= Version 1.1.0, 2010-08-07 =
+= Version 1.1.0.1, 2011-04-19 =
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+* Convert the repository to Git.
+
+
+= Version 1.1.0, 2010-08-15 =
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 * Separating Hashable class to its own package
 and depending on it.
diff --git a/hashmap.cabal b/hashmap.cabal
--- a/hashmap.cabal
+++ b/hashmap.cabal
@@ -1,5 +1,5 @@
 Name:                hashmap
-Version:             1.1.0
+Version:             1.1.0.1
 Synopsis:            Persistent containers HashMap and HashSet.
 Description:         An implementation of persistent 'HashMap' and 'HashSet' on
                      top of 'Data.IntMap.IntMap' and 'Data.IntSet.IntSet',
@@ -13,7 +13,7 @@
                      The @'HashSet' elem@ is an 'Data.IntMap.IntMap' indexed by
                      the hash value, containing @'Data.Set.Set' elem@ for
                      all elements with the same hash value.
-Homepage:            http://fox.auryn.cz/darcs/hashmap/
+Homepage:            http://git.auryn.cz/haskell/hashmap/
 License:             BSD3
 License-file:        LICENSE
 Author:              Milan Straka
