Message ID | 20221013214639.31134-1-palmer@rivosinc.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | MAINTAINERS: git://github -> https://github.com for linux-chenxing | expand |
Hi, Le jeu. 13 oct. 2022 à 23:49, Palmer Dabbelt <palmer@rivosinc.com> a écrit : > > Github deprecated the git:// links about a year ago, so let's move to > the https:// URLs instead. > > Reported-by: Conor Dooley <conor.dooley@microchip.com> > Link: https://github.blog/2021-09-01-improving-git-protocol-security-github/ > Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com> > --- > 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 <romain.perier@gmail.com> > L: linux-arm-kernel@lists.infradead.org (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 <romain.perier@gmail.com> Thanks, Romain
diff --git a/MAINTAINERS b/MAINTAINERS index 3bc404b292d3..5a7194bd66d8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2430,7 +2430,7 @@ M: Romain Perier <romain.perier@gmail.com> L: linux-arm-kernel@lists.infradead.org (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
Github deprecated the git:// links about a year ago, so let's move to the https:// URLs instead. Reported-by: Conor Dooley <conor.dooley@microchip.com> Link: https://github.blog/2021-09-01-improving-git-protocol-security-github/ Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com> --- 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(-)