diff --git a/discount.cabal b/discount.cabal
--- a/discount.cabal
+++ b/discount.cabal
@@ -1,8 +1,8 @@
 name:                discount
-version:             0.1
+version:             0.1.1
 synopsis:            Haskell bindings to the discount Markdown library.
 description:         Discount is a thin wrapper around the discount library <http://www.pell.portland.or.us/~orc/Code/discount/> for parsing Markdown. It supports both additional features such as definition lists and tables, while also having a mode for pure Markdown.
-homepage:            http://github.com/veinor/discount
+homepage:            http://github.com/lightquake/discount
 license:             MIT
 license-file:        LICENSE
 author:              Patrick Hurst
@@ -21,4 +21,4 @@
 
 source-repository head
   type: git
-  location: https://github.com/veinor/discount
+  location: https://github.com/lightquake/discount
