mirror of
https://github.com/profanity-im/profanity.git
synced 2024-10-27 20:30:13 -04:00
Use fixed email instead of PACKAGE_BUGREPORT
This commit is contained in:
parent
75c13d4922
commit
13088e0a1a
@ -105,7 +105,8 @@ main(int argc, char **argv)
|
|||||||
g_print("Profanity, version %s\n", PACKAGE_VERSION);
|
g_print("Profanity, version %s\n", PACKAGE_VERSION);
|
||||||
}
|
}
|
||||||
|
|
||||||
g_print("Copyright (C) 2012 - 2019 James Booth <%s>.\n", PACKAGE_BUGREPORT);
|
// lets use fixed email instead of PACKAGE_BUGREPORT
|
||||||
|
g_print("Copyright (C) 2012 - 2019 James Booth <boothj5web@gmail.com>.\n");
|
||||||
g_print("Copyright (C) 2019 Michael Vetter <jubalh@iodoru.org>.\n");
|
g_print("Copyright (C) 2019 Michael Vetter <jubalh@iodoru.org>.\n");
|
||||||
g_print("License GPLv3+: GNU GPL version 3 or later <https://www.gnu.org/licenses/gpl.html>\n");
|
g_print("License GPLv3+: GNU GPL version 3 or later <https://www.gnu.org/licenses/gpl.html>\n");
|
||||||
g_print("\n");
|
g_print("\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user