MAINTAINERS: git://github -> https://github.com for linux-test-project

Message ID 20221013214638.30953-1-palmer@rivosinc.com
State New
Headers
Series MAINTAINERS: git://github -> https://github.com for linux-test-project |

Commit Message

Palmer Dabbelt Oct. 13, 2022, 9:46 p.m. UTC
  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(-)
  

Comments

Cyril Hrubis Oct. 14, 2022, 9:05 a.m. UTC | #1
Hi!
Reviewed-by: Cyril Hrubis <chrubis@suse.cz>
  
Petr Vorel Oct. 14, 2022, 9:20 a.m. UTC | #2
Hi,

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

Reviewed-by: Petr Vorel <pvorel@suse.cz>

Kind regards,
Petr
  
Petr Vorel Oct. 17, 2022, 3:20 p.m. UTC | #3
Hi Andrew,

> 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>

Could you please merge this? iit got ack from Cyril (the main maintainer
and me):
https://lore.kernel.org/ltp/20221013214638.30953-1-palmer@rivosinc.com/

Kind regards,
Petr

> ---
> 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 d103b44fb40c..d118acdce8b8 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -11972,7 +11972,7 @@ M:	Alexey Kodanev <alexey.kodanev@oracle.com>
>  L:	ltp@lists.linux.it (subscribers-only)
>  S:	Maintained
>  W:	http://linux-test-project.github.io/
> -T:	git git://github.com/linux-test-project/ltp.git
> +T:	git https://github.com/linux-test-project/ltp.git

>  LYNX 28G SERDES PHY DRIVER
>  M:	Ioana Ciornei <ioana.ciornei@nxp.com>
  

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index d103b44fb40c..d118acdce8b8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11972,7 +11972,7 @@  M:	Alexey Kodanev <alexey.kodanev@oracle.com>
 L:	ltp@lists.linux.it (subscribers-only)
 S:	Maintained
 W:	http://linux-test-project.github.io/
-T:	git git://github.com/linux-test-project/ltp.git
+T:	git https://github.com/linux-test-project/ltp.git
 
 LYNX 28G SERDES PHY DRIVER
 M:	Ioana Ciornei <ioana.ciornei@nxp.com>