diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+0.12.3
+-----------------------------------------------------------------------------
+- Update cabal file.
+
 0.12.2
 -----------------------------------------------------------------------------
 - Maintenance release.
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,10 +1,6 @@
-[![Build Status](https://travis-ci.org/twittner/wai-routing.svg?branch=develop)][1]
-
 wai-routing enables the declaration of "routes" which handle
 requests to a specific URL.
 
 The set of possible handlers can be restricted by "predicates",
 which operate on WAI requests and have to be true or else the
 handler will not be called.
-
-[1]: https://travis-ci.org/twittner/wai-routing
diff --git a/wai-routing.cabal b/wai-routing.cabal
--- a/wai-routing.cabal
+++ b/wai-routing.cabal
@@ -1,13 +1,13 @@
 name:                wai-routing
-version:             0.12.2
+version:             0.12.3
 synopsis:            Declarative routing for WAI.
 license:             MPL-2.0
 license-file:        LICENSE
 author:              Toralf Wittner
 maintainer:          Toralf Wittner <tw@dtex.org>
-copyright:           (C) 2014-2015 Toralf Wittner
-homepage:            https://github.com/twittner/wai-routing/
-bug-reports:         https://github.com/twittner/wai-routing/issues
+copyright:           (C) 2014-2016 Toralf Wittner
+homepage:            https://gitlab.com/twittner/wai-routing/
+bug-reports:         https://gitlab.com/twittner/wai-routing/issues
 stability:           experimental
 category:            Web
 build-type:          Simple
@@ -61,7 +61,7 @@
 
 source-repository head
     type:             git
-    location:         git://github.com/twittner/wai-routing.git
+    location:         git@gitlab.com:twittner/wai-routing.git
 
 library
     default-language: Haskell2010
