diff options
author | Spencer Janssen <spencerjanssen@gmail.com> | 2008-07-14 22:26:50 +0200 |
---|---|---|
committer | Spencer Janssen <spencerjanssen@gmail.com> | 2008-07-14 22:26:50 +0200 |
commit | 4111e1408e66cced3306ebe94ee014e23287e2e2 (patch) | |
tree | 29e3c852d5a8ab403d449afe44bfaf8f159dc799 | |
parent | 6f2edee6d2f458ee212f199cf2ce1d72660c7d00 (diff) | |
download | xmonad-4111e1408e66cced3306ebe94ee014e23287e2e2.tar.gz xmonad-4111e1408e66cced3306ebe94ee014e23287e2e2.tar.xz xmonad-4111e1408e66cced3306ebe94ee014e23287e2e2.zip |
I prefer the spencerjanssen@gmail.com address now
darcs-hash:20080714202650-25a6b-294662e9b6b3592f37156af814171d5863557faa.gz
-rw-r--r-- | XMonad/Core.hs | 2 | ||||
-rw-r--r-- | XMonad/Layout.hs | 2 | ||||
-rw-r--r-- | XMonad/Main.hsc | 2 | ||||
-rw-r--r-- | XMonad/ManageHook.hs | 2 |
4 files changed, 4 insertions, 4 deletions
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 -- |