summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MAINTAINERS2
-rw-r--r--README4
-rw-r--r--tools/u_boot_pylib/gitutil.py2
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]>
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
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)