diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -1,1 +1,3 @@
 0.1.0.1     Changed to git repository
+
+0.1.2.1     fixed .cabal repository line
diff --git a/hmatrix-repa.cabal b/hmatrix-repa.cabal
--- a/hmatrix-repa.cabal
+++ b/hmatrix-repa.cabal
@@ -1,5 +1,5 @@
 Name:               hmatrix-repa
-Version:            0.1.2
+Version:            0.1.2.1
 License:            BSD3
 License-file:       LICENSE
 Copyright:          (c) A.V.H. McPhail 2011
@@ -42,5 +42,5 @@
 
 source-repository head
     type:     git
-    location: git@github.com:amcphail/hmatrix-repa.git
+    location: https://github.com/amcphail/hmatrix-repa.git
 
