[PATCH] MAINTAINERS: git://github -> https://github.com for czankel

Palmer Dabbelt posted 1 patch 3 years, 5 months ago
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] MAINTAINERS: git://github -> https://github.com for czankel
Posted by Palmer Dabbelt 3 years, 5 months ago
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 019cdb48e254..7c71b452a84d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -20069,7 +20069,7 @@ M:	Chris Zankel <chris@zankel.net>
 M:	Max Filippov <jcmvbkbc@gmail.com>
 L:	linux-xtensa@linux-xtensa.org
 S:	Maintained
-T:	git git://github.com/czankel/xtensa-linux.git
+T:	git https://github.com/czankel/xtensa-linux.git
 F:	arch/xtensa/
 F:	drivers/irqchip/irq-xtensa-*
 
-- 
2.38.0
Re: [PATCH] MAINTAINERS: git://github -> https://github.com for czankel
Posted by Max Filippov 3 years, 5 months ago
Hello,

On Thu, Oct 13, 2022 at 2:49 PM Palmer Dabbelt <palmer@rivosinc.com> wrote:
>
> 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 019cdb48e254..7c71b452a84d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -20069,7 +20069,7 @@ M:      Chris Zankel <chris@zankel.net>
>  M:     Max Filippov <jcmvbkbc@gmail.com>
>  L:     linux-xtensa@linux-xtensa.org
>  S:     Maintained
> -T:     git git://github.com/czankel/xtensa-linux.git
> +T:     git https://github.com/czankel/xtensa-linux.git

This tree is outdated and hasn't been used for mainline pull requests
for the last 6 years. I'll send a patch that replaces that address with the
address of the git tree that I maintain.

-- 
Thanks.
-- Max
Re: [PATCH] MAINTAINERS: git://github -> https://github.com for czankel
Posted by Palmer Dabbelt 3 years, 5 months ago
On Thu, 13 Oct 2022 15:29:46 PDT (-0700), jcmvbkbc@gmail.com wrote:
> Hello,
>
> On Thu, Oct 13, 2022 at 2:49 PM Palmer Dabbelt <palmer@rivosinc.com> wrote:
>>
>> 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 019cdb48e254..7c71b452a84d 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -20069,7 +20069,7 @@ M:      Chris Zankel <chris@zankel.net>
>>  M:     Max Filippov <jcmvbkbc@gmail.com>
>>  L:     linux-xtensa@linux-xtensa.org
>>  S:     Maintained
>> -T:     git git://github.com/czankel/xtensa-linux.git
>> +T:     git https://github.com/czankel/xtensa-linux.git
>
> This tree is outdated and hasn't been used for mainline pull requests
> for the last 6 years. I'll send a patch that replaces that address with the
> address of the git tree that I maintain.

Thanks, I'll toss this one.