2022-10-13 22:14:10

by Palmer Dabbelt

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: git://github -> https://github.com for hisilicon

Github deprecated the git:// links about a year ago, so let's move to
the https:// URLs instead.

Reported-by: Conor Dooley <[email protected]>
Link: https://github.blog/2021-09-01-improving-git-protocol-security-github/
Signed-off-by: Palmer Dabbelt <[email protected]>
---
I've split these up by github username so folks can take them
independently, as some of these repos have been renamed at github and
thus need more than just a sed to fix them.
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index cb5edaad8dbf..6f79bdb4ee70 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2158,7 +2158,7 @@ M: Wei Xu <[email protected]>
L: [email protected] (moderated for non-subscribers)
S: Supported
W: http://www.hisilicon.com
-T: git git://github.com/hisilicon/linux-hisi.git
+T: git https://github.com/hisilicon/linux-hisi.git
F: arch/arm/boot/dts/hi3*
F: arch/arm/boot/dts/hip*
F: arch/arm/boot/dts/hisi*
--
2.38.0


2022-11-15 03:37:22

by Wei Xu

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: git://github -> https://github.com for hisilicon

Hi Palmer,

On 2022/10/14 5:46, Palmer Dabbelt wrote:
> Github deprecated the git:// links about a year ago, so let's move to
> the https:// URLs instead.
>
> Reported-by: Conor Dooley <[email protected]>
> Link: https://github.blog/2021-09-01-improving-git-protocol-security-github/
> Signed-off-by: Palmer Dabbelt <[email protected]>
> ---
> I've split these up by github username so folks can take them
> independently, as some of these repos have been renamed at github and
> thus need more than just a sed to fix them.
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index cb5edaad8dbf..6f79bdb4ee70 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2158,7 +2158,7 @@ M: Wei Xu <[email protected]>
> L: [email protected] (moderated for non-subscribers)
> S: Supported
> W: http://www.hisilicon.com
> -T: git git://github.com/hisilicon/linux-hisi.git
> +T: git https://github.com/hisilicon/linux-hisi.git
> F: arch/arm/boot/dts/hi3*
> F: arch/arm/boot/dts/hip*
> F: arch/arm/boot/dts/hisi*
>

Thanks!
Updated the subject and applied to the hisilicon tree.

Best Regards,
Wei