diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+Version 0.12.3.2 released 31 Dec 2018
+
+  * Remove references to gitit.net in cabal file.
+    gitit.net is no longer owned by the project and
+    has not served a demo of gitit for some time (#627).
+
 Version 0.12.3.1 released 31 Dec 2018
 
   * Improve compatibility with GHC 8.6 (Phil Ruffwind, #625).
diff --git a/gitit.cabal b/gitit.cabal
--- a/gitit.cabal
+++ b/gitit.cabal
@@ -1,5 +1,5 @@
 name:                gitit
-version:             0.12.3.1
+version:             0.12.3.2
 Cabal-version:       >= 1.8
 build-type:          Simple
 synopsis:            Wiki using happstack, git or darcs, and pandoc.
@@ -30,8 +30,6 @@
                      * a library, "Network.Gitit", that makes it simple
                        to include a gitit wiki in any happstack application
                      .
-                     You can see a running demo at <http://gitit.net>.
-                     .
                      For usage information:  @gitit --help@
 
 category:            Network
@@ -40,7 +38,6 @@
 author:              John MacFarlane
 maintainer:          jgm@berkeley.edu
 bug-reports:         http://github.com/jgm/gitit/issues
-homepage:            http://gitit.net
 stability:           experimental
 extra-source-files:  data/static/js/jquery-1.2.6.js
                      data/static/js/jquery.hotkeys-0.7.9.js
