diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -87,3 +87,6 @@
 
 0.2.4:
 		moved to github
+
+0.2.4.1:
+		fixed .cabal repository line
diff --git a/INSTALL b/INSTALL
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,8 @@
 -----------------------------------------------
- A Graph Layout library for Haskell
+ A Statistics library for Haskell
 -----------------------------------------------
 
 INSTALLATION
 
-cabal install graph-layout
+cabal install hstatistics
 
diff --git a/hstatistics.cabal b/hstatistics.cabal
--- a/hstatistics.cabal
+++ b/hstatistics.cabal
@@ -1,5 +1,5 @@
 Name:               hstatistics
-Version:            0.2.4
+Version:            0.2.4.1
 License:            BSD3
 License-file:       LICENSE
 Copyright:          (c) A.V.H. McPhail 2010, 2011, 2012
@@ -55,5 +55,5 @@
 
 source-repository head
     type:     git
-    location: git@github.com:amcphail/hstatistics.git
+    location: https://github.com/amcphail/hstatistics.git
 
