diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | src/main.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index caaf057..689e8c1 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.65]) AC_INIT([SciTECO], [2.4.0], - [rhaberkorn@fmsbw.de], + [hackers@fmsbw.de], [sciteco], [https://sciteco.fmsbw.de/]) AC_CONFIG_MACRO_DIR(m4) @@ -169,7 +169,7 @@ teco_process_options(gchar ***argv) g_option_context_set_description( options, "Bug reports should go to <" PACKAGE_BUGREPORT "> or " - "<" PACKAGE_URL ">." + "<rhaberkorn@fmsbw.de>." ); g_option_context_add_main_entries(options, option_entries, NULL); |