diff options
author | Devin Mullins <me@twifkak.com> | 2008-09-02 09:02:47 +0200 |
---|---|---|
committer | Devin Mullins <me@twifkak.com> | 2008-09-02 09:02:47 +0200 |
commit | 51b680e88c649e3d915971bc45ec2d11e382abd0 (patch) | |
tree | 8ce91f311da89698ddf0b83b3f2fc589793e64fe | |
parent | 427f617a8d7763454a8b9a9a1e02475f6cc46e1a (diff) | |
download | XMonadContrib-51b680e88c649e3d915971bc45ec2d11e382abd0.tar.gz XMonadContrib-51b680e88c649e3d915971bc45ec2d11e382abd0.tar.xz XMonadContrib-51b680e88c649e3d915971bc45ec2d11e382abd0.zip |
Take maintainership of X.L.WindowNavigation
Since I've been working on a rewrite, it seems only fair that I be forced to
better understand the existing code / issues.
darcs-hash:20080902070247-78224-c131171268d1d348641f8299b46de89ec2bbc5a5.gz
-rw-r--r-- | XMonad/Layout/WindowNavigation.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Layout/WindowNavigation.hs b/XMonad/Layout/WindowNavigation.hs index 896eae1..e314f16 100644 --- a/XMonad/Layout/WindowNavigation.hs +++ b/XMonad/Layout/WindowNavigation.hs @@ -7,7 +7,7 @@ -- Copyright : (c) 2007 David Roundy <droundy@darcs.net> -- License : BSD3-style (see LICENSE) -- --- Maintainer : none +-- Maintainer : Devin Mullins <me@twifkak.com> -- Stability : unstable -- Portability : unportable -- |