diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.hs b/src/Main.hs index 64a4ea4..9780114 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -207,7 +207,7 @@ info = "xmobar " ++ showVersion version ++ mail ++ "\n" ++ license mail :: String -mail = "<xmobar@projects.haskell.org>" +mail = "<mail@jao.io>" license :: String license = "\nThis program is distributed in the hope that it will be useful," ++ |