Re: [PATCH v4 3/3] MAINTAINERS/README: Migrate mailing-list to lists.u-boot-project.org

Peter Robinson <[email protected]> Mon, 20 Jul 2026 09:35:28 +0100
Newsgroups de.denx.lists.u-boot
Message-ID <CALeDE9MdxKmGbkWstnNxnA5jRQ0rkmYjQbsxf_sRXeAL+yHAew@mail.gmail.com>
On Mon, 20 Jul 2026 at 09:23, Neil Armstrong <[email protected]> wrote:
>
> The U-Boot Mailing-list is moving to the lists.u-boot-project.org
> domain, so update all references of list.denx.de to the new
> domain in the main README and MAINTAINERS files.
>
> Signed-off-by: Neil Armstrong <[email protected]>
Reviewed-by: Peter Robinson <[email protected]>
> ---
>  MAINTAINERS                   | 2 +-
>  README                        | 4 ++--
>  tools/u_boot_pylib/gitutil.py | 2 +-
>  3 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e5b2a2e373c..177bc1fdc07 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2022,7 +2022,7 @@ F:        test/py/tests/test_xxd/
>
>  THE REST
>  M:     Tom Rini <[email protected]>
> -L:     [email protected]
> +L:     [email protected]
>  Q:     http://patchwork.ozlabs.org/project/uboot/list/
>  S:     Maintained
>  T:     git https://source.denx.de/u-boot/u-boot.git
> diff --git a/README b/README
> index 472cf37d9cc..51e98d0f4cf 100644
> --- a/README
> +++ b/README
> @@ -45,9 +45,9 @@ Where to get help:
>
>  In case you have questions about, problems with or contributions for
>  U-Boot, you should send a message to the U-Boot mailing list at
> -<[email protected]>. There is also an archive of previous traffic
> +<[email protected]>. There is also an archive of previous traffic
>  on the mailing list - please search the archive before asking FAQ's.
> -Please see https://lists.denx.de/pipermail/u-boot and
> +Please see https://lists.u-boot-project.org/pipermail/u-boot and
>  https://marc.info/?l=u-boot

Should we also add a reference to https://lore.kernel.org/u-boot/ here?

>  Where to get source code:
> diff --git a/tools/u_boot_pylib/gitutil.py b/tools/u_boot_pylib/gitutil.py
> index 34b4dbb4839..59688aa7147 100644
> --- a/tools/u_boot_pylib/gitutil.py
> +++ b/tools/u_boot_pylib/gitutil.py
> @@ -528,7 +528,7 @@ send --cc-cmd cc-fname" cover p1 p2'
>                    "Please add something like this to a commit\n"
>                    "Series-to: Fred Bloggs <[email protected]>\n"
>                    "Or do something like this\n"
> -                  "git config sendemail.to [email protected]")
> +                  "git config sendemail.to [email protected]")
>              return None
>      cc = build_email_list(list(set(series.get('cc')) - set(series.get('to'))),
>                            alias, '--cc', warn_on_error)
>
> --
> 2.34.1
>