diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,9 @@
 CHANGELOG
 =========
 
+- 0.4.0.1 (2017-01-20)
+    * Fix homepage link
+
 - 0.4.0.0 (2017-01-20)
     * Move to a separate repository (with blaze-html as git submodule)
     * Backslashes in text escaped
diff --git a/blaze-from-html.cabal b/blaze-from-html.cabal
--- a/blaze-from-html.cabal
+++ b/blaze-from-html.cabal
@@ -1,9 +1,9 @@
 Name:          blaze-from-html
-Version:       0.4.0.0
+Version:       0.4.0.1
 Synopsis:      Tool to convert HTML to BlazeHtml code.
 Description:   Tool that converts HTML files to Haskell code, ready to be
                used with the BlazeHtml library.
-Homepage:      http://jaspervdj.be/blaze-from-html
+Homepage:      http://jaspervdj.be/blaze-html
 Bug-Reports:   http://github.com/jaspervdj/blaze-from-html/issues
 License:       BSD3
 License-file:  LICENSE
