diff --git a/src/GHC/Vacuum.hs b/src/GHC/Vacuum.hs
--- a/src/GHC/Vacuum.hs
+++ b/src/GHC/Vacuum.hs
@@ -74,7 +74,6 @@
   --,module GHC.Vacuum.Q
 ) where
 
-
 import GHC.Vacuum.Q
 import GHC.Vacuum.Util
 import GHC.Vacuum.Types
@@ -510,5 +509,3 @@
 }
 
 -}
-
-
diff --git a/src/GHC/Vacuum/ClosureType.hs b/src/GHC/Vacuum/ClosureType.hs
--- a/src/GHC/Vacuum/ClosureType.hs
+++ b/src/GHC/Vacuum/ClosureType.hs
@@ -1,4 +1,3 @@
-
 module GHC.Vacuum.ClosureType (
    isFun,isThunk,isCon
   ,ClosureType(..)
@@ -262,10 +261,4 @@
   toEnum 71 = CATCH_STM_FRAME
   toEnum 72 = WHITEHOLE
   toEnum n  = error ("toEnum: ClosureType: invalid ClosureType: " ++ show n)
-
-
-
-
-
-
 
diff --git a/src/GHC/Vacuum/Pretty.hs b/src/GHC/Vacuum/Pretty.hs
--- a/src/GHC/Vacuum/Pretty.hs
+++ b/src/GHC/Vacuum/Pretty.hs
@@ -1,6 +1,3 @@
-
-
-
 module GHC.Vacuum.Pretty (
    module GHC.Vacuum.Pretty
   ,module GHC.Vacuum.Pretty.Dot
@@ -20,7 +17,6 @@
 
 -----------------------------------------------------------------------------
 
-
 toAdjPair :: (HNodeId, HNode) -> (Int, [Int])
 toAdjPair = mapsnd nodePtrs
 
@@ -95,14 +91,3 @@
                       ps)
 
 -----------------------------------------------------------------------------
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/GHC/Vacuum/Pretty/Dot.hs b/src/GHC/Vacuum/Pretty/Dot.hs
--- a/src/GHC/Vacuum/Pretty/Dot.hs
+++ b/src/GHC/Vacuum/Pretty/Dot.hs
@@ -1,4 +1,3 @@
-
 module GHC.Vacuum.Pretty.Dot (
    graphToDot
   ,ppGraph,ppEdge,gStyle
diff --git a/src/GHC/Vacuum/Q.hs b/src/GHC/Vacuum/Q.hs
--- a/src/GHC/Vacuum/Q.hs
+++ b/src/GHC/Vacuum/Q.hs
@@ -98,7 +98,6 @@
   as <- unsafeInterleaveIO (getQContents q)
   return (a:as)
 
-
 takeWhileQ :: (a -> Bool) -> Q a -> IO [a]
 takeWhileQ p q = do
   a <- takeQ q
@@ -108,11 +107,4 @@
       as <- unsafeInterleaveIO (takeWhileQ p q)
       return (a:as)
 
-
-
-
-
 ------------------------------------------------
-
-
-
diff --git a/src/GHC/Vacuum/Types.hs b/src/GHC/Vacuum/Types.hs
--- a/src/GHC/Vacuum/Types.hs
+++ b/src/GHC/Vacuum/Types.hs
@@ -1,6 +1,5 @@
 {-# LANGUAGE TypeSynonymInstances #-}
 
-
 module GHC.Vacuum.Types (
    module GHC.Vacuum.Types
 ) where
@@ -97,4 +96,3 @@
   ,graph = mempty}
 
 ------------------------------------------------
-
diff --git a/src/GHC/Vacuum/Util.hs b/src/GHC/Vacuum/Util.hs
--- a/src/GHC/Vacuum/Util.hs
+++ b/src/GHC/Vacuum/Util.hs
@@ -1,6 +1,5 @@
 {-# LANGUAGE BangPatterns #-}
 
-
 module GHC.Vacuum.Util (
    module GHC.Vacuum.Util
 ) where
@@ -80,6 +79,3 @@
 -}
 
 ------------------------------------------------
-
-
-
diff --git a/vacuum.cabal b/vacuum.cabal
--- a/vacuum.cabal
+++ b/vacuum.cabal
@@ -1,5 +1,5 @@
 name:               vacuum
-version:            1.0.0.1
+version:            1.0.0.2
 cabal-version:      >= 1.6
 build-type:         Simple
 license:            LGPL
@@ -7,6 +7,7 @@
 category:           Debug, GHC
 author:             Matt Morrow
 copyright:          (c) Matt Morrow 2009
+-- Maintained through https://github.com/haskell-pkg-janitors. Join us!
 maintainer:         Conrad Parker <conrad@metadecks.org>
 homepage:           http://web.archive.org/web/20100410115820/http://moonpatio.com/vacuum/
 stability:          experimental
@@ -36,4 +37,4 @@
 --
 source-repository head
   type: git
-  location: git://github.com/kfish/vacuum.git
+  location: git://github.com/haskell-pkg-janitors/vacuum.git
