2022-10-13 22:13:31

by Palmer Dabbelt

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

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 3705c487450b..41a925931cc3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -21305,7 +21305,7 @@ M: Alex Williamson <[email protected]>
R: Cornelia Huck <[email protected]>
L: [email protected]
S: Maintained
-T: git git://github.com/awilliam/linux-vfio.git
+T: git https://github.com/awilliam/linux-vfio.git
F: Documentation/driver-api/vfio.rst
F: drivers/vfio/
F: include/linux/vfio.h
--
2.38.0


2022-10-17 20:56:53

by Philippe Mathieu-Daudé

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

On 13/10/22 23: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(-)

Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Tested-by: Philippe Mathieu-Daudé <[email protected]>

2022-11-10 20:30:22

by Alex Williamson

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

On Thu, 13 Oct 2022 14:46:36 -0700
Palmer Dabbelt <[email protected]> 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 3705c487450b..41a925931cc3 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -21305,7 +21305,7 @@ M: Alex Williamson <[email protected]>
> R: Cornelia Huck <[email protected]>
> L: [email protected]
> S: Maintained
> -T: git git://github.com/awilliam/linux-vfio.git
> +T: git https://github.com/awilliam/linux-vfio.git
> F: Documentation/driver-api/vfio.rst
> F: drivers/vfio/
> F: include/linux/vfio.h

Applied to vfio next branch for v6.2. Thanks,

Alex