mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Hardcode James email adress in info message
Dont rely on PACKAGE_BUGREPORT being James' mail.
This commit is contained in:
parent
c383b26f42
commit
d7ad092691
@ -413,7 +413,7 @@ cons_about(void)
|
||||
}
|
||||
}
|
||||
|
||||
win_println(console, THEME_DEFAULT, '-', "Copyright (C) 2012 - 2019 James Booth <%s>.", PACKAGE_BUGREPORT);
|
||||
win_println(console, THEME_DEFAULT, '-', "Copyright (C) 2012 - 2019 James Booth <boothj5web@gmail.com>.");
|
||||
win_println(console, THEME_DEFAULT, '-', "Copyright (C) 2019 Michael Vetter <jubalh@iodoru.org>.");
|
||||
win_println(console, THEME_DEFAULT, '-', "License GPLv3+: GNU GPL version 3 or later <https://www.gnu.org/licenses/gpl.html>");
|
||||
win_println(console, THEME_DEFAULT, '-', "");
|
||||
|
Loading…
Reference in New Issue
Block a user