[PATCH RFC v2 3/4] MAINTAINERS/README: Migrate mailing-list to lists.u-boot-project.org

Neil Armstrong neil.armstrong at linaro.org
Tue Jun 23 15:22:26 CEST 2026


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 <neil.armstrong at linaro.org>
---
 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 571af196465..a3777cafeee 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2049,7 +2049,7 @@ F:	test/py/tests/test_xxd/
 
 THE REST
 M:	Tom Rini <trini at konsulko.com>
-L:	u-boot at lists.denx.de
+L:	u-boot at lists.u-boot-project.org
 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 5653f687e82..b7b5e7a4bad 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
-<u-boot at lists.denx.de>. There is also an archive of previous traffic
+<u-boot at lists.u-boot-project.org>. 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
 
 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 <f.blogs at napier.co.nz>\n"
                   "Or do something like this\n"
-                  "git config sendemail.to u-boot at lists.denx.de")
+                  "git config sendemail.to u-boot at lists.u-boot-project.org")
             return None
     cc = build_email_list(list(set(series.get('cc')) - set(series.get('to'))),
                           alias, '--cc', warn_on_error)

-- 
2.34.1



More information about the U-Boot mailing list