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

From: Wei Xu
Date: Mon Nov 14 2022 - 22:20:03 EST


Hi Palmer,

On 2022/10/14 5: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 <conor.dooley@xxxxxxxxxxxxx>
> Link: https://github.blog/2021-09-01-improving-git-protocol-security-github/
> Signed-off-by: Palmer Dabbelt <palmer@xxxxxxxxxxxx>
> ---
> 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 cb5edaad8dbf..6f79bdb4ee70 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2158,7 +2158,7 @@ M: Wei Xu <xuwei5@xxxxxxxxxxxxx>
> L: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx (moderated for non-subscribers)
> S: Supported
> W: http://www.hisilicon.com
> -T: git git://github.com/hisilicon/linux-hisi.git
> +T: git https://github.com/hisilicon/linux-hisi.git
> F: arch/arm/boot/dts/hi3*
> F: arch/arm/boot/dts/hip*
> F: arch/arm/boot/dts/hisi*
>

Thanks!
Updated the subject and applied to the hisilicon tree.

Best Regards,
Wei