From 39d41001bc054de43b177158883fc380ea0d6f28 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sat, 20 Jan 2024 15:37:50 +0100 Subject: [PATCH] Update the mailing list address to ngircd@lists.barton.de --- AUTHORS.md | 2 +- README.md | 2 +- configure.ng | 2 +- contrib/platformtest.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 79ae3b18..a2408e39 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -2,7 +2,7 @@ Note: If you have comments, patches or something else, please feel free to post -a mail to the ngIRCd mailing list: (please see +a mail to the ngIRCd mailing list: (please see for details) or join the ngIRCd IRC channel "#ngircd" on irc.barton.de: . diff --git a/README.md b/README.md index 66ec0418..5a20d548 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ interested in the latest development code: . Please don't hesitate to contact us if you encounter problems: - On IRC: -- Via the mailing list: +- Via the mailing list: See for details. diff --git a/configure.ng b/configure.ng index 346b6aa8..f6c70e5d 100644 --- a/configure.ng +++ b/configure.ng @@ -23,7 +23,7 @@ m4_ifdef([AM_SILENT_RULES], # -- Initialisation -- AC_PREREQ([2.61]) -AC_INIT([ngIRCd],[VERSION_ID],[ngircd-ml@ngircd.barton.de],[ngircd],[http://ngircd.barton.de/]) +AC_INIT([ngIRCd],[VERSION_ID],[ngircd@lists.barton.de],[ngircd],[https://ngircd.barton.de/]) AC_CONFIG_SRCDIR([src/ngircd/ngircd.c]) AC_CONFIG_HEADER([src/config.h]) diff --git a/contrib/platformtest.sh b/contrib/platformtest.sh index 4b1b9914..e5d577d9 100755 --- a/contrib/platformtest.sh +++ b/contrib/platformtest.sh @@ -12,7 +12,7 @@ # This script analyzes the build process of ngIRCd and generates output # suitable for inclusion in doc/Platforms.txt -- please send reports -# to the ngIRCd mailing list: . +# to the ngIRCd mailing list: . NAME=$(basename "$0") VERBOSE= -- 2.39.2