From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=209.132.183.28; helo=mx1.redhat.com; envelope-from=lersek@redhat.com; receiver=edk2-devel@lists.01.org Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 67ABB2194EB77 for ; Mon, 25 Mar 2019 07:26:53 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 6FAC6356E4; Mon, 25 Mar 2019 14:26:49 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-120-188.rdu2.redhat.com [10.10.120.188]) by smtp.corp.redhat.com (Postfix) with ESMTP id 7F0978429D; Mon, 25 Mar 2019 14:26:47 +0000 (UTC) To: Rebecca Cran , edk2-devel@lists.01.org Cc: "Gao, Liming" References: <20190324020033.50367-1-rebecca@bluestop.org> <3c86c1a6-eca6-33f2-6c54-b79e87d38019@redhat.com> <74033ae0-7fb6-b613-2ba7-893f982da00d@bluestop.org> From: Laszlo Ersek Message-ID: <8714fe01-8c0e-c87d-97df-2f1aadb376b9@redhat.com> Date: Mon, 25 Mar 2019 15:26:46 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <74033ae0-7fb6-b613-2ba7-893f982da00d@bluestop.org> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Mon, 25 Mar 2019 14:26:53 +0000 (UTC) Subject: Re: [PATCH] Fix links in Maintainers.txt and remove slow outdated sourceforge git mirror X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Mar 2019 14:26:54 -0000 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit On 03/25/19 14:30, Rebecca Cran via edk2-devel wrote: > On 3/25/19 5:49 AM, Laszlo Ersek wrote: >> >> Any particular reason for dropping the website URL update? >> still redirects to >> , and your >> previous patch (correctly) included that new URL. > > > Stephano recently posted a message with a link > tohttps://www.tianocore.org/monthly-meeting/  which redirects to > https://github.com/tianocore/tianocore.github.io/wiki/Monthly-Meeting, > so I think it makes sense to keep the shorter/nicer URLs since there are > redirects in place. > Pushed as commit b669adebd01d, with Liming's R-b, and mine. Thanks Laszlo