diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/common/weechat.c | 2 | ||||
-rw-r--r-- | src/common/weechat.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/common/weechat.c b/src/common/weechat.c index 5e98c9b9a..9c0ef260f 100644 --- a/src/common/weechat.c +++ b/src/common/weechat.c @@ -10,7 +10,7 @@ * ### ### * ### By: FlashCode <flashcode@flashtux.org> ### * ### Bounga <bounga@altern.org> ### - * ### Xahlexx <xahlexx@tuxisland.org> ### + * ### Xahlexx <xahlexx@weeland.org> ### * ### ### * ### http://weechat.flashtux.org ### * ### ### diff --git a/src/common/weechat.h b/src/common/weechat.h index 95c8a24ed..88e7d2a85 100644 --- a/src/common/weechat.h +++ b/src/common/weechat.h @@ -59,7 +59,7 @@ PACKAGE_STRING " (c) Copyright 2004, compiled on " __DATE__ " " __TIME__ \ "\nDeveloped by FlashCode <flashcode@flashtux.org>\n" \ " Bounga <bounga@altern.org>\n" \ - " Xahlexx <xahlexx@tuxisland.org>\n" \ + " Xahlexx <xahlexx@weeland.org>\n" \ "Website: " WEECHAT_WEBSITE "\n\n" \ "This program is free software; you can redistribute it and/or modify\n" \ "it under the terms of the GNU General Public License as published by\n" \ |