diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,3 +2,9 @@
 ---
 * Initial Hackage/Cabal release.
   Version set to 2.1 to distinguish from the 2.0 (non-cabal) release on my home page.
+
+2.2 (Final release)
+-------------------
+* No code changes.
+* Removed link to Haskell wiki homepage as this will never be done.
+* Removed link to maintainer email.
diff --git a/COrdering.cabal b/COrdering.cabal
--- a/COrdering.cabal
+++ b/COrdering.cabal
@@ -1,25 +1,25 @@
 Name:               COrdering
-Version:            2.1
+Version:            2.2
 Cabal-Version:      >= 1.2
 Build-Type:         Simple
 License:            BSD3
 License-File:       LICENSE
 Copyright:          (c) Adrian Hey 2004-2008
 Author:             Adrian Hey
-Maintainer:         http://homepages.nildram.co.uk/~ahey/em.png
+Maintainer:
 Stability:          Stable
-Homepage:           http://www.haskell.org/haskellwiki/COrdering
+Homepage:
 Package-Url:
 Synopsis:           An algebraic data type similar to Prelude Ordering.
 Description:        Typically this is used as the return type of a combining comparison, which combines two
                     values if they are deemed equal in some sense. Currently combining comparisons are used
-                    extensively by the AVL tree package (AvlTree).
+                    extensively by the AVL tree package (AvlTree). This package is no longer actively
+                    maintained and will be tagged as such as soon as Hackage has this feature.
 Category:           Data
 Tested-With:        GHC == 6.8.2, GHC == 6.8.1
 Data-Files:
 Extra-Source-Files: AUTHORS, CHANGELOG
 Extra-Tmp-Files:
-Author:             Adrian Hey
 
 Library
  Buildable:          True
@@ -29,7 +29,7 @@
  Extensions:         CPP
  Hs-Source-Dirs:     .
  Build-Tools:
- Ghc-Options:        -O -Wall -split-objs
+ Ghc-Options:        -Wall
  Ghc-Prof-Options:
  Ghc-Shared-Options:
  Hugs-Options:
