summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--readme.md2
-rw-r--r--src/Main.hs2
2 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index b7c057f..04d56ce 100644
--- a/readme.md
+++ b/readme.md
@@ -380,7 +380,7 @@ xmobar --help):
-C command --add-command=command Add to the list of commands to be executed
-x screen --screen=screen On which X screen number to start
- Mail bug reports and suggestions to <xmobar@projects.haskell.org>
+ Mail bug reports and suggestions to <mail@jao.io>
## The DBus Interface
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," ++