diff options
| author | Alexander Barton <alex@barton.de> | 2024-01-20 15:37:50 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2024-01-20 16:43:54 +0100 |
| commit | 39d41001bc054de43b177158883fc380ea0d6f28 (patch) | |
| tree | 8da8d6b4863fb8caf24354830015e2e67ed57833 /configure.ng | |
| parent | e339d9c3818bce80bc0ec9ddc7f4b302f28c15a6 (diff) | |
| download | ngircd-39d41001bc054de43b177158883fc380ea0d6f28.tar.gz ngircd-39d41001bc054de43b177158883fc380ea0d6f28.zip | |
Update the mailing list address to ngircd@lists.barton.de
Diffstat (limited to 'configure.ng')
| -rw-r--r-- | configure.ng | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |