diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -19,6 +19,6 @@
 [base16-pkg]: http://hackage.haskell.org/package/base16-bytestring
 [base64-pkg]: http://hackage.haskell.org/package/base64-bytestring-1.0.0.1
 [rfc]:        http://tools.ietf.org/html/rfc4648
-[travis-img]: https://travis-ci.org/cobit/base32-bytestring.png
-[travis-log]: https://travis-ci.org/cobit/base32-bytestring
-[issues]:     https://github.com/cobit/base32-bytestring/issues
+[travis-img]: https://travis-ci.org/pxqr/base32-bytestring.png
+[travis-log]: https://travis-ci.org/pxqr/base32-bytestring
+[issues]:     https://github.com/pxqr/base32-bytestring/issues
diff --git a/base32-bytestring.cabal b/base32-bytestring.cabal
--- a/base32-bytestring.cabal
+++ b/base32-bytestring.cabal
@@ -1,15 +1,15 @@
 name:                base32-bytestring
-version:             0.1.1.0
+version:             0.1.1.1
 license:             BSD3
 license-file:        LICENSE
 author:              Sam Truzjan
 maintainer:          Sam Truzjan <pxqr.sta@gmail.com>
-copyright:           (c) 2013 Sam Truzjan
+copyright:           (c) 2013, Sam Truzjan
 category:            Codec, Data
 build-type:          Simple
 cabal-version:       >= 1.10
-homepage:            https://github.com/cobit/base32-bytestring
-bug-reports:         https://github.com/cobit/base32-bytestring/issues
+homepage:            https://github.com/pxqr/base32-bytestring
+bug-reports:         https://github.com/pxqr/base32-bytestring/issues
 synopsis: Fast base32 and base32hex codec for ByteStrings
 description:
   base32 and base32hex codec according to RFC4648
@@ -22,14 +22,14 @@
 
 source-repository head
   type:                git
-  location:            git://github.com/cobit/base32-bytestring.git
+  location:            git://github.com/pxqr/base32-bytestring.git
   branch:              master
 
 source-repository this
   type:                git
-  location:            git://github.com/cobit/base32-bytestring.git
+  location:            git://github.com/pxqr/base32-bytestring.git
   branch:              master
-  tag:                 v0.1.1.0
+  tag:                 v0.1.1.1
 
 library
   default-language:    Haskell2010
diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,2 +1,3 @@
 * 0.1.0.0: Initial version.
 * 0.1.1.0: Added lenient decoding.
+* 0.1.1.1: Update URLs after migration.
