2022-10-13 22:19:22

by Palmer Dabbelt

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

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 3bc404b292d3..5a7194bd66d8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2430,7 +2430,7 @@ M: Romain Perier <[email protected]>
L: [email protected] (moderated for non-subscribers)
S: Maintained
W: http://linux-chenxing.org/
-T: git git://github.com/linux-chenxing/linux.git
+T: git https://github.com/linux-chenxing/linux.git
F: Documentation/devicetree/bindings/arm/mstar/*
F: Documentation/devicetree/bindings/clock/mstar,msc313-mpll.yaml
F: Documentation/devicetree/bindings/gpio/mstar,msc313-gpio.yaml
--
2.38.0


2022-10-22 13:40:01

by Romain Perier

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

Hi,

Le jeu. 13 oct. 2022 à 23:49, Palmer Dabbelt <[email protected]> a écrit :
>
> 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 3bc404b292d3..5a7194bd66d8 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2430,7 +2430,7 @@ M: Romain Perier <[email protected]>
> L: [email protected] (moderated for non-subscribers)
> S: Maintained
> W: http://linux-chenxing.org/
> -T: git git://github.com/linux-chenxing/linux.git
> +T: git https://github.com/linux-chenxing/linux.git
> F: Documentation/devicetree/bindings/arm/mstar/*
> F: Documentation/devicetree/bindings/clock/mstar,msc313-mpll.yaml
> F: Documentation/devicetree/bindings/gpio/mstar,msc313-gpio.yaml
> --
> 2.38.0
>
Reviewed-by: Romain Perier <[email protected]>

Thanks,
Romain