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 <[email protected]> --- 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 <[email protected]> -L: [email protected] +L: [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 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 -<[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) -- 2.34.1

