diff --git a/XMonad/Core.hs b/XMonad/Core.hs index 4b52439..1006092 100644 --- a/XMonad/Core.hs +++ b/XMonad/Core.hs @@ -9,7 +9,7 @@ -- Copyright : (c) Spencer Janssen 2007 -- License : BSD3-style (see LICENSE) -- --- Maintainer : sjanssen@cse.unl.edu +-- Maintainer : spencerjanssen@gmail.com -- Stability : unstable -- Portability : not portable, uses cunning newtype deriving -- diff --git a/XMonad/Layout.hs b/XMonad/Layout.hs index 18c72e7..1f73648 100644 --- a/XMonad/Layout.hs +++ b/XMonad/Layout.hs @@ -7,7 +7,7 @@ -- Copyright : (c) Spencer Janssen 2007 -- License : BSD3-style (see LICENSE) -- --- Maintainer : sjanssen@cse.unl.edu +-- Maintainer : spencerjanssen@gmail.com -- Stability : unstable -- Portability : not portable, Typeable deriving, mtl, posix -- diff --git a/XMonad/Main.hsc b/XMonad/Main.hsc index cecbcec..430e60c 100644 --- a/XMonad/Main.hsc +++ b/XMonad/Main.hsc @@ -5,7 +5,7 @@ -- Copyright : (c) Spencer Janssen 2007 -- License : BSD3-style (see LICENSE) -- --- Maintainer : sjanssen@cse.unl.edu +-- Maintainer : spencerjanssen@gmail.com -- Stability : unstable -- Portability : not portable, uses mtl, X11, posix -- diff --git a/XMonad/ManageHook.hs b/XMonad/ManageHook.hs index b5ad2f2..a0bbb4c 100644 --- a/XMonad/ManageHook.hs +++ b/XMonad/ManageHook.hs @@ -6,7 +6,7 @@ -- Copyright : (c) Spencer Janssen 2007 -- License : BSD3-style (see LICENSE) -- --- Maintainer : sjanssen@cse.unl.edu +-- Maintainer : spencerjanssen@gmail.com -- Stability : unstable -- Portability : not portable, uses cunning newtype deriving --