From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 16A3FC433FE for ; Tue, 15 Nov 2022 03:20:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231963AbiKODUB (ORCPT ); Mon, 14 Nov 2022 22:20:01 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59148 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230262AbiKODT5 (ORCPT ); Mon, 14 Nov 2022 22:19:57 -0500 Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 60B75E32 for ; Mon, 14 Nov 2022 19:19:56 -0800 (PST) Received: from kwepemi500011.china.huawei.com (unknown [172.30.72.56]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4NBBCX147szqSRM; Tue, 15 Nov 2022 11:16:08 +0800 (CST) Received: from [10.67.103.39] (10.67.103.39) by kwepemi500011.china.huawei.com (7.221.188.124) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.31; Tue, 15 Nov 2022 11:19:54 +0800 Message-ID: <63730559.8080302@hisilicon.com> Date: Tue, 15 Nov 2022 11:19:53 +0800 From: Wei Xu User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Palmer Dabbelt , CC: , Conor Dooley , Subject: Re: [PATCH] MAINTAINERS: git://github -> https://github.com for hisilicon References: <20221013214640.31194-1-palmer@rivosinc.com> In-Reply-To: <20221013214640.31194-1-palmer@rivosinc.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.67.103.39] X-ClientProxiedBy: dggems705-chm.china.huawei.com (10.3.19.182) To kwepemi500011.china.huawei.com (7.221.188.124) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > Link: https://github.blog/2021-09-01-improving-git-protocol-security-github/ > Signed-off-by: Palmer Dabbelt > --- > 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 > L: linux-arm-kernel@lists.infradead.org (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