diff --git a/Data/List/Extras.hs b/Data/List/Extras.hs
--- a/Data/List/Extras.hs
+++ b/Data/List/Extras.hs
@@ -7,7 +7,7 @@
 -- Module      :  Data.List.Extras
 -- Copyright   :  Copyright (c) 2007--2008 wren ng thornton
 -- License     :  BSD3
--- Maintainer  :  wren@cpan.org
+-- Maintainer  :  wren@community.haskell.org
 -- Stability   :  stable
 -- Portability :  portable
 --
diff --git a/Data/List/Extras/ArgMax.hs b/Data/List/Extras/ArgMax.hs
--- a/Data/List/Extras/ArgMax.hs
+++ b/Data/List/Extras/ArgMax.hs
@@ -7,7 +7,7 @@
 -- Module      :  Data.List.Extras.ArgMax
 -- Copyright   :  Copyright (c) 2007--2008 wren ng thornton
 -- License     :  BSD3
--- Maintainer  :  wren@cpan.org
+-- Maintainer  :  wren@community.haskell.org
 -- Stability   :  experimental
 -- Portability :  portable
 --
diff --git a/Data/List/Extras/LazyLength.hs b/Data/List/Extras/LazyLength.hs
--- a/Data/List/Extras/LazyLength.hs
+++ b/Data/List/Extras/LazyLength.hs
@@ -7,7 +7,7 @@
 -- Module      :  Data.List.Extras.LazyLength
 -- Copyright   :  Copyright (c) 2007--2008 wren ng thornton
 -- License     :  BSD3
--- Maintainer  :  wren@cpan.org
+-- Maintainer  :  wren@community.haskell.org
 -- Stability   :  stable
 -- Portability :  portable
 --
diff --git a/Data/List/Extras/Pair.hs b/Data/List/Extras/Pair.hs
--- a/Data/List/Extras/Pair.hs
+++ b/Data/List/Extras/Pair.hs
@@ -7,7 +7,7 @@
 -- Module      :  Data.List.Extras.Pair
 -- Copyright   :  Copyright (c) 2007--2008 wren ng thornton
 -- License     :  BSD3
--- Maintainer  :  wren@cpan.org
+-- Maintainer  :  wren@community.haskell.org
 -- Stability   :  stable
 -- Portability :  portable
 --
diff --git a/Prelude/Listless.hs b/Prelude/Listless.hs
--- a/Prelude/Listless.hs
+++ b/Prelude/Listless.hs
@@ -7,7 +7,7 @@
 -- Module      :  Prelude.Listless
 -- Copyright   :  Copyright (c) 2007--2008 wren ng thornton
 -- License     :  BSD3
--- Maintainer  :  wren@cpan.org
+-- Maintainer  :  wren@community.haskell.org
 -- Stability   :  stable
 -- Portability :  portable
 --
diff --git a/list-extras.cabal b/list-extras.cabal
--- a/list-extras.cabal
+++ b/list-extras.cabal
@@ -1,9 +1,9 @@
 ----------------------------------------------------------------
--- wren ng thornton <wren@cpan.org>                 ~ 2008.07.20
+-- wren ng thornton <wren@cpan.org>                 ~ 2008.07.23
 ----------------------------------------------------------------
 
 Name:           list-extras
-Version:        0.1.0
+Version:        0.1.1
 Cabal-Version:  >= 1.2
 Build-Type:     Simple
 Stability:      stable
@@ -11,7 +11,8 @@
 License:        BSD3
 License-File:   LICENSE
 Author:         wren ng thornton
-Maintainer:     wren@cpan.org
+Maintainer:     wren@community.haskell.org
+Homepage:       http://code.haskell.org/~wren/
 Category:       List
 Synopsis:       Common not-so-common functions for lists
 Description:    Common not-so-common functions for lists.
