diff --git a/Data/Pool.hs b/Data/Pool.hs
--- a/Data/Pool.hs
+++ b/Data/Pool.hs
@@ -4,7 +4,7 @@
 -- Module:      Data.Pool
 -- Copyright:   (c) 2011 MailRank, Inc.
 -- License:     BSD3
--- Maintainer:  Bryan O'Sullivan <bos@mailrank.com>
+-- Maintainer:  Bryan O'Sullivan <bos@serpentine.com>
 -- Stability:   experimental
 -- Portability: portable
 --
diff --git a/README.markdown b/README.markdown
--- a/README.markdown
+++ b/README.markdown
@@ -9,11 +9,11 @@
 and other improvements.
 
 Please report bugs via the
-[github issue tracker](http://github.com/mailrank/pool/issues).
+[github issue tracker](http://github.com/bos/pool/issues).
 
-Master [git repository](http://github.com/mailrank/pool):
+Master [git repository](http://github.com/bos/pool):
 
-* `git clone git://github.com/mailrank/pool.git`
+* `git clone git://github.com/bos/pool.git`
 
 There's also a [Mercurial mirror](http://bitbucket.org/bos/pool):
 
@@ -25,4 +25,4 @@
 -------
 
 This library is written and maintained by Bryan O'Sullivan,
-<bos@mailrank.com>.
+<bos@serpentine.com>.
diff --git a/resource-pool.cabal b/resource-pool.cabal
--- a/resource-pool.cabal
+++ b/resource-pool.cabal
@@ -1,16 +1,16 @@
 name:                resource-pool
-version:             0.2.0.2
+version:             0.2.0.3
 synopsis:            A high-performance striped resource pooling implementation
 description:
   A high-performance striped pooling abstraction for managing
   flexibly-sized collections of resources such as database
   connections.
 
-homepage:            http://github.com/mailrank/pool
+homepage:            http://github.com/bos/pool
 license:             BSD3
 license-file:        LICENSE
-author:              Bryan O'Sullivan <bos@mailrank.com>
-maintainer:          Bryan O'Sullivan <bos@mailrank.com>
+author:              Bryan O'Sullivan <bos@serpentine.com>
+maintainer:          Bryan O'Sullivan <bos@serpentine.com>
 copyright:           Copyright 2011 MailRank, Inc.
 category:            Data, Database, Network
 build-type:          Simple
@@ -45,7 +45,7 @@
 
 source-repository head
   type:     git
-  location: http://github.com/mailrank/pool
+  location: http://github.com/bos/pool
 
 source-repository head
   type:     mercurial
