summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Armstrong <[email protected]>2026-07-20 10:23:29 +0200
committerTom Rini <[email protected]>2026-07-20 11:12:57 -0600
commit6e316df3b7a8706c5be900ad39a4f672aa1d85a6 (patch)
treee170fbd828634f28f3c1bade48d1d9ff8012e96e
parentfdfe2ec48d5c1c2ed03073d73edd3fdd3fe1ffa1 (diff)
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 <[email protected]> Signed-off-by: Neil Armstrong <[email protected]> Reviewed-by: Peter Robinson <[email protected]>
-rw-r--r--tools/patman/settings.py2
1 files changed, 1 insertions, 1 deletions
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 [email protected]
+ alias uboot [email protected]
alias wd Wolfgang Denk <[email protected]>
Args: