diff --git a/EdisonAPI.cabal b/EdisonAPI.cabal
--- a/EdisonAPI.cabal
+++ b/EdisonAPI.cabal
@@ -1,13 +1,13 @@
 Build-type:     Simple
 Name:           EdisonAPI
-Version:        1.2.2
+Version:        1.2.2.1
 License:        OtherLicense
 License-File:   COPYRIGHT
 Author:         Chris Okasaki
 Maintainer:     robdockins AT fastmail DOT fm
 Synopsis:       A library of efficent, purely-functional data structures (API)
 Category:       Data Structures
-Homepage:	http://www.cs.princeton.edu/~rdockins/edison/home/
+Homepage:	http://rwd.rdockins.name/edison/home/
 Stability:      Stable
 Description:
    Edison is a library of purely functional data structures written by
@@ -18,7 +18,7 @@
    Sequences such as stacks, queues, and dequeues;
    Collections such as sets, bags and heaps; and
    Associative Collections such as finite maps and priority queues
-    where the priority and element are distinct.
+   where the priority and element are distinct.
 
 Hs-Source-Dirs: src
 Exposed-modules:
