diff --git a/fay-base.cabal b/fay-base.cabal
--- a/fay-base.cabal
+++ b/fay-base.cabal
@@ -1,5 +1,5 @@
 name:                fay-base
-version:             0.19.4
+version:             0.19.4.1
 synopsis:            The base package for Fay.
 description:         The base package for Fay.
                      This package amongst others exports Prelude and FFI which you probably want to use with Fay.
@@ -7,8 +7,8 @@
 license-file:        LICENSE
 author:              Chris Done
 maintainer:          adam@bergmark.nl
-homepage:            https://github.com/faylang/fay-base
-bug-reports:         https://github.com/faylang/fay-base/issues
+homepage:            https://github.com/faylang/fay/
+bug-reports:         https://github.com/faylang/fay/issues
 copyright:           2012 Chris Done
 category:            Development, Fay
 build-type:          Simple
@@ -28,7 +28,7 @@
 
 source-repository head
   type: git
-  location: https://github.com/faylang/fay-base.git
+  location: https://github.com/faylang/fay.git
 
 library
   hs-source-dirs:    src
