aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Util
diff options
context:
space:
mode:
authorgwern0 <gwern0@gmail.com>2008-09-20 17:23:42 +0200
committergwern0 <gwern0@gmail.com>2008-09-20 17:23:42 +0200
commit4f7c0734e3736dce79dda5656f6bd88540d9e9d1 (patch)
treec6d8e4c51f17715e8efafeb0e61fe2577083a43f /XMonad/Util
parent306d22185d6caf7161b1c9ba6aa4a0e12067b05d (diff)
downloadXMonadContrib-4f7c0734e3736dce79dda5656f6bd88540d9e9d1.tar.gz
XMonadContrib-4f7c0734e3736dce79dda5656f6bd88540d9e9d1.tar.xz
XMonadContrib-4f7c0734e3736dce79dda5656f6bd88540d9e9d1.zip
XPaste.hs: improve author info
darcs-hash:20080920152342-f7719-e4a1bb673a68fab8a6262a59952f885382c9ae28.gz
Diffstat (limited to 'XMonad/Util')
-rw-r--r--XMonad/Util/XPaste.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/XMonad/Util/XPaste.hs b/XMonad/Util/XPaste.hs
index b4f1db1..a51a1e2 100644
--- a/XMonad/Util/XPaste.hs
+++ b/XMonad/Util/XPaste.hs
@@ -1,15 +1,15 @@
{- |
Module : XMonad.Util.XPaste
+Author : Jérémy Bobbio
Copyright : (C) 2008
License : BSD3
-Maintainer : <gwern0@gmail.com
+Maintainer : <gwern0@gmail.com>
Stability : unstable
Portability : unportable
A module for sending key presses to windows. This modules provides generalized
and specialized functions for this task.
-
-}
module XMonad.Util.XPaste where