diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-12-09 02:50:40 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-12-09 02:50:40 +0100 |
commit | 9b688ee9a5cd2147c9d755d5d7410170197054ad (patch) | |
tree | bf90b1e9081aa82151a58f55d210ca0024f46441 /Plugins/HelloWorld.hs | |
parent | 575be1e5d73360c226a50922d451f0e7947b5443 (diff) | |
download | xmobar-9b688ee9a5cd2147c9d755d5d7410170197054ad.tar.gz xmobar-9b688ee9a5cd2147c9d755d5d7410170197054ad.tar.bz2 |
Maintainer field in headers set to jao
Diffstat (limited to 'Plugins/HelloWorld.hs')
-rw-r--r-- | Plugins/HelloWorld.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Plugins/HelloWorld.hs b/Plugins/HelloWorld.hs index 352a8a8..df5cff6 100644 --- a/Plugins/HelloWorld.hs +++ b/Plugins/HelloWorld.hs @@ -3,12 +3,12 @@ -- Module : Plugins.HelloWorld -- Copyright : (c) Andrea Rossato -- License : BSD-style (see LICENSE) --- --- Maintainer : Andrea Rossato <andrea.rossato@unibz.it> +-- +-- Maintainer : Jose A. Ortega Ruiz <jao@gnu.org> -- Stability : unstable -- Portability : unportable -- --- A plugin example for Xmobar, a text based status bar +-- A plugin example for Xmobar, a text based status bar -- ----------------------------------------------------------------------------- |