diff --git a/network-transport-composed.cabal b/network-transport-composed.cabal
--- a/network-transport-composed.cabal
+++ b/network-transport-composed.cabal
@@ -1,14 +1,13 @@
 name:                network-transport-composed
-version:             0.2.0.0
+version:             0.2.0.1
 synopsis:            Compose network transports
--- description:         
 homepage:            http://haskell-distributed.github.com
 license:             BSD3
 license-file:        LICENSE
 author:              Edsko de Vries
 maintainer:          edsko@well-typed.com, watson.timothy@gmail.com
-Bug-Reports:         https://cloud-haskell.atlassian.net/browse/NTCOMP
-copyright:           Well-Typed LLP
+bug-reports:         http://github.com/haskell-distributed/network-transport-composed/issues
+copyright:           (c) 2012 Well-Typed LLP
 category:            Network
 build-type:          Simple
 cabal-version:       >=1.8
@@ -19,7 +18,6 @@
 
 library
   exposed-modules:     Network.Transport.Composed
-  -- other-modules:       
   build-depends:       base >= 4.3 && < 5,
                        bytestring,
                        network-transport >= 0.4.0.0 && < 0.5
