From: Morten Linderud <morten@linderud.pw> Currently some overly aggressive spam filter is going to complain if there is a mismatch between the To and Reply-To header. Since Arch Linux has changed the mailing list domains this changes the documentation to reflect the change. https://archlinux.org/news/arch-linux-mailing-list-id-changes/ Signed-off-by: Morten Linderud <morten@linderud.pw> --- doc/index.asciidoc | 4 ++-- doc/translation-help.asciidoc | 4 ++-- lib/libalpm/po/meson.build | 2 +- scripts/po/meson.build | 2 +- src/pacman/po/meson.build | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/index.asciidoc b/doc/index.asciidoc index 87f07dda..7200bc18 100644 --- a/doc/index.asciidoc +++ b/doc/index.asciidoc @@ -252,7 +252,7 @@ Utilities available: Bugs ---- If you find bugs (which is quite likely), please email them to the pacman-dev -mailing last at mailto:pacman-dev@archlinux.org[] with specific information +mailing last at mailto:pacman-dev@lists.archlinux.org[] with specific information such as your command-line, the nature of the bug, and even the package database if it helps. @@ -263,6 +263,6 @@ bugs under the Pacman project. Copyright --------- pacman is Copyright (C) 2006-2021 Pacman Development Team -<pacman-dev@archlinux.org> and Copyright (C) 2002-2006 Judd Vinet +<pacman-dev@lists.archlinux.org> and Copyright (C) 2002-2006 Judd Vinet <jvinet@zeroflux.org> and is licensed through the GNU General Public License, version 2 or later. diff --git a/doc/translation-help.asciidoc b/doc/translation-help.asciidoc index 5a67a2d6..fe020e92 100644 --- a/doc/translation-help.asciidoc +++ b/doc/translation-help.asciidoc @@ -55,7 +55,7 @@ Pre-release Updates ~~~~~~~~~~~~~~~~~~~ A week or two before each release, the codebase will go into a string freeze -and an email will be sent to the mailto:pacman-dev@archlinux.org[pacman-dev] +and an email will be sent to the mailto:pacman-dev@lists.archlinux.org[pacman-dev] mailing list asking for translations. This email will have a prefix of *[translation]* for anyone looking to set up an email filter. @@ -150,4 +150,4 @@ There are currently no efforts underway to include translated manual pages in the pacman codebase. However, this is not to say translations are unwelcome. If someone has experience with i18n man pages and how to best include them with our source, please contact the pacman-dev mailing list at -mailto:pacman-dev@archlinux.org[]. +mailto:pacman-dev@lists.archlinux.org[]. diff --git a/lib/libalpm/po/meson.build b/lib/libalpm/po/meson.build index cec28a15..61db9ed9 100644 --- a/lib/libalpm/po/meson.build +++ b/lib/libalpm/po/meson.build @@ -3,7 +3,7 @@ i18n.gettext( args : [ '--directory=@0@'.format(meson.current_source_dir()), '--msgid-bugs-address=http://bugs.archlinux.org/index.php?project=3', - '--copyright-holder="Pacman Development Team <pacman-dev@archlinux.org>"', + '--copyright-holder="Pacman Development Team <pacman-dev@lists.archlinux.org>"', '--language', 'c', '--keyword=_', diff --git a/scripts/po/meson.build b/scripts/po/meson.build index d8b8c51c..874b51dc 100644 --- a/scripts/po/meson.build +++ b/scripts/po/meson.build @@ -3,7 +3,7 @@ i18n.gettext( args : [ '--directory=@0@'.format(meson.current_source_dir()), '--msgid-bugs-address=http://bugs.archlinux.org/index.php?project=3', - '--copyright-holder="Pacman Development Team <pacman-dev@archlinux.org>"', + '--copyright-holder="Pacman Development Team <pacman-dev@lists.archlinux.org>"', '--language', 'shell', '--keyword=_', diff --git a/src/pacman/po/meson.build b/src/pacman/po/meson.build index eb45fa1c..78c0230f 100644 --- a/src/pacman/po/meson.build +++ b/src/pacman/po/meson.build @@ -3,7 +3,7 @@ i18n.gettext( args : [ '--directory=@0@'.format(meson.current_source_dir()), '--msgid-bugs-address=http://bugs.archlinux.org/index.php?project=3', - '--copyright-holder="Pacman Development Team <pacman-dev@archlinux.org>"', + '--copyright-holder="Pacman Development Team <pacman-dev@lists.archlinux.org>"', '--language', 'c', '--keyword=_', -- 2.31.1