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 <sjg@chromium.org>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Peter Robinson <pbrobinson@gmail.com>
This commit is contained in:
Neil Armstrong
2026-07-20 11:12:57 -06:00
committed by Tom Rini
parent fdfe2ec48d
commit 6e316df3b7
+1 -1
View File
@@ -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 <wd@denx.de>
Args: