diff --git a/throttle-io-stream.cabal b/throttle-io-stream.cabal
--- a/throttle-io-stream.cabal
+++ b/throttle-io-stream.cabal
@@ -3,12 +3,12 @@
 -- see: https://github.com/sol/hpack
 
 name:           throttle-io-stream
-version:        0.2.0.0
+version:        0.2.0.1
 synopsis:       Throttler between arbitrary IO producer and consumer functions
 description:    This packages provides functionality for throttling IO using general IO callbacks. The throttling depends on a provided configuration. The supported throttling modes are producer throttling, consumer throttling or producer & consumer throttling.
 category:       Concurrency
-homepage:       https://github.com/mtesseract/io-throttle#readme
-bug-reports:    https://github.com/mtesseract/io-throttle/issues
+homepage:       https://github.com/mtesseract/throttle-io-stream#readme
+bug-reports:    https://github.com/mtesseract/throttle-io-stream/issues
 author:         Moritz Schulte
 maintainer:     mtesseract@silverratio.net
 copyright:      (c) 2017 Moritz Schulte
@@ -22,7 +22,7 @@
 
 source-repository head
   type: git
-  location: https://github.com/mtesseract/io-throttle
+  location: https://github.com/mtesseract/throttle-io-stream
 
 library
   hs-source-dirs:
