From 6e316df3b7a8706c5be900ad39a4f672aa1d85a6 Mon Sep 17 00:00:00 2001 From: Neil Armstrong Date: Mon, 20 Jul 2026 10:23:29 +0200 Subject: [PATCH] tools/patman: Migrate mailing-list to lists.u-boot-project.org The U-Boot Mailing-list is moving to the lists.u-boot-project.org domain, so update all references of the list.denx.de to the new domain in the patman code. Reviewed-by: Simon Glass Signed-off-by: Neil Armstrong Reviewed-by: Peter Robinson --- tools/patman/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/patman/settings.py b/tools/patman/settings.py index 17229e0d823..fe65b1d3fb7 100644 --- a/tools/patman/settings.py +++ b/tools/patman/settings.py @@ -162,7 +162,7 @@ class _ProjectConfigParser(ConfigParser.ConfigParser): def ReadGitAliases(fname): """Read a git alias file. This is in the form used by git: - alias uboot u-boot@lists.denx.de + alias uboot u-boot@lists.u-boot-project.org alias wd Wolfgang Denk Args: