aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRobin Haberkorn <rhaberkorn@fmsbw.de>2025-09-29 02:17:47 +0200
committerRobin Haberkorn <rhaberkorn@fmsbw.de>2025-10-01 16:15:50 +0200
commitcfaea44f475b7425cc45bec05ef6f58f41d98321 (patch)
tree9fe25863278f91e8fc8537776b71453322af598e
parent716e996c5b9a6d3277aca4bea97de4c5339d0aef (diff)
downloadsciteco-cfaea44f475b7425cc45bec05ef6f58f41d98321.tar.gz
mention both mailing list and personal mail in `sciteco --help`
-rw-r--r--configure.ac2
-rw-r--r--src/main.c2
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)
diff --git a/src/main.c b/src/main.c
index a4ee7bd..b615e78 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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);