diff --git a/servant.cabal b/servant.cabal
--- a/servant.cabal
+++ b/servant.cabal
@@ -1,13 +1,10 @@
 name:                servant
-version:             0.4.4
+version:             0.4.4.2
 synopsis:            A family of combinators for defining webservices APIs
 description:
   A family of combinators for defining webservices APIs and serving them
   .
   You can learn about the basics in the <http://haskell-servant.github.io/tutorial tutorial>.
-  .
-  <https://github.com/haskell-servant/servant-server/blob/master/example/greet.hs Here>'s a runnable example, with comments, that defines a dummy API and
-  implements a webserver that serves this API, using the <http://hackage.haskell.org/package/servant-server servant-server> package.
   .
   <https://github.com/haskell-servant/servant/blob/master/servant/CHANGELOG.md CHANGELOG>
 homepage:            http://haskell-servant.github.io/
