diff options
| -rw-r--r-- | AUTHORS.md | 2 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | configure.ng | 2 | ||||
| -rwxr-xr-x | 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: <ngircd-ml@ngircd.barton.de> (please see +a mail to the ngIRCd mailing list: <ngircd@lists.barton.de> (please see <http://ngircd.barton.de/support.php> for details) or join the ngIRCd IRC channel "#ngircd" on irc.barton.de: <irc://irc.barton.de/ngircd>. 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: <https://github.com/ngircd/ngircd>. Please don't hesitate to contact us if you encounter problems: - On IRC: <irc://irc.barton.de/ngircd> -- Via the mailing list: <ngircd-ml@ngircd.barton.de> +- Via the mailing list: <ngircd@lists.barton.de> See <https://ngircd.barton.de/support> 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: <ngircd-ml@ngircd.barton.de>. +# to the ngIRCd mailing list: <ngircd@lists.barton.de>. NAME=$(basename "$0") VERBOSE= |