about summary refs log tree commit diff stats
path: root/src/main.c
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2019-08-23 09:40:54 +0200
committerMichael Vetter <jubalh@iodoru.org>2019-08-23 09:40:54 +0200
commit13088e0a1a022698b1cc6d0710d23ef599f150ba (patch)
tree002319d94897c5250f68867b733daa7049dfa0a0 /src/main.c
parent75c13d492225d51d6594ace508bad33cd26ff293 (diff)
downloadprofani-tty-13088e0a1a022698b1cc6d0710d23ef599f150ba.tar.gz
Use fixed email instead of PACKAGE_BUGREPORT
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index ae40e9f0..622544dd 100644
--- a/src/main.c
+++ b/src/main.c
@@ -105,7 +105,8 @@ main(int argc, char **argv)
             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("License GPLv3+: GNU GPL version 3 or later <https://www.gnu.org/licenses/gpl.html>\n");
         g_print("\n");