diff --git a/README.markdown b/README.markdown
--- a/README.markdown
+++ b/README.markdown
@@ -9,20 +9,16 @@
 and other improvements.
 
 Please report bugs via the
-[github issue tracker](http://github.com/mailrank/riak-haskell-client/issues).
-
-Master [git repository](http://github.com/mailrank/riak-haskell-client):
-
-* `git clone git://github.com/mailrank/riak-haskell-client.git`
-
-There's also a [Mercurial mirror](http://bitbucket.org/bos/riak-haskell-client):
+[github issue tracker](http://github.com/markhibberd/riak-haskell-client/issues).
 
-* `hg clone http://bitbucket.org/bos/riak-haskell-client`
+Master [git repository](http://github.com/markhibberd/riak-haskell-client):
 
-(You can create and contribute changes using either git or Mercurial.)
+* `git clone git://github.com/markhibberd/riak-haskell-client.git`
 
 Authors
 -------
 
-This library is written and maintained by Bryan O'Sullivan,
-<bos@mailrank.com>.
+This library was written by Bryan O'Sullivan,
+<bos@mailrank.com> and subsequently maintained by Nathan Hunter <nhunter@janrain.com>.
+
+This project is now being maintained by Mark Hibberd (<mark@hibberd.id.au>).
diff --git a/riak-protobuf.cabal b/riak-protobuf.cabal
--- a/riak-protobuf.cabal
+++ b/riak-protobuf.cabal
@@ -1,15 +1,15 @@
 name:                riak-protobuf
-version:             0.16.0.1
+version:             0.16.0.2
 synopsis:            Haskell types for the Riak protocol buffer API
 description:
   A set of Haskell types for interacting with the protocol buffer
   API of the Riak decentralized data store.
 
-homepage:            http://github.com/mailrank/riak-haskell-client
+homepage:            http://github.com/markhibberd/riak-haskell-client
 license:             OtherLicense
 license-file:        LICENSE
 author:              Bryan O'Sullivan <bos@mailrank.com>
-maintainer:          Bryan O'Sullivan <bos@mailrank.com>
+maintainer:          Mark Hibberd <mark@hibberd.id.au>
 copyright:           Copyright 2011 MailRank, Inc.
                      Portions copyright 2007-2010 Basho Technologies, Inc.
 category:            Network
@@ -25,7 +25,7 @@
 library
   hs-source-dirs: src
 
-  exposed-modules:     
+  exposed-modules:
     Network.Riak.Protocol.BucketProps
     Network.Riak.Protocol.Content
     Network.Riak.Protocol.DeleteRequest
@@ -55,7 +55,7 @@
   other-modules:
     Network.Riak.Protocol
 
-  build-depends:       
+  build-depends:
     array >= 0.4,
     base == 4.*,
     parsec >= 3,
@@ -66,4 +66,4 @@
 
 source-repository head
   type:     git
-  location: http://github.com/mailrank/riak-haskell-client
+  location: http://github.com/markhibberd/riak-haskell-client
