diff --git a/Zora.cabal b/Zora.cabal
--- a/Zora.cabal
+++ b/Zora.cabal
@@ -1,5 +1,5 @@
 Name:		   Zora
-Version:	   1.1.7
+Version:	   1.1.8
 Synopsis:      A library of assorted useful functions and data types and classes.
 Description:   A library of assorted useful functions and data types and classes.
 Category:      Unclassified
@@ -9,12 +9,12 @@
 Stability:	Experimental
 Author:		Brett Wines
 Maintainer: bgwines@cs.stanford.edu
-Homepage:	git://github.com/bgwines/zora.git
+Homepage:	http://github.com/bgwines/zora
 Build-Type: Simple
 Extra-Source-Files: supporting-files/dot.hs
 Source-Repository head
     type:     git
-    location: https://github.com/bgwines/zora
+    location: git://github.com/bgwines/zora.git
 
 Library
   Build-Depends: base >= 4 && < 5, random, containers, bytestring, text
