From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7124D1382C5 for ; Sat, 27 Mar 2021 22:36:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6E3CE07FA; Sat, 27 Mar 2021 22:36:09 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8E459E07FA for ; Sat, 27 Mar 2021 22:36:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 67492340DC6 for ; Sat, 27 Mar 2021 22:36:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE7CA634 for ; Sat, 27 Mar 2021 22:36:06 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1616884525.11113aee3b3a985eaf4d2c4a7db7594535aab99b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/nano/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/nano/nano-5.3-r1.ebuild app-editors/nano/nano-5.5.ebuild app-editors/nano/nano-5.6.1.ebuild app-editors/nano/nano-5.6.ebuild app-editors/nano/nano-9999.ebuild X-VCS-Directories: app-editors/nano/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 11113aee3b3a985eaf4d2c4a7db7594535aab99b X-VCS-Branch: master Date: Sat, 27 Mar 2021 22:36:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d3b639e0-6025-4cec-9013-3c28b51e76b8 X-Archives-Hash: cbce9a46d26d67dadf5a0af5b909083e commit: 11113aee3b3a985eaf4d2c4a7db7594535aab99b Author: Sam James gentoo org> AuthorDate: Sat Mar 27 21:50:43 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Mar 27 22:35:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11113aee app-editors/nano: use HTTPS for EGIT_REPO_URI Signed-off-by: Sam James gentoo.org> app-editors/nano/nano-5.3-r1.ebuild | 2 +- app-editors/nano/nano-5.5.ebuild | 2 +- app-editors/nano/nano-5.6.1.ebuild | 2 +- app-editors/nano/nano-5.6.ebuild | 2 +- app-editors/nano/nano-9999.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app-editors/nano/nano-5.3-r1.ebuild b/app-editors/nano/nano-5.3-r1.ebuild index 6f1437da2a7..d98c2483f54 100644 --- a/app-editors/nano/nano-5.3-r1.ebuild +++ b/app-editors/nano/nano-5.3-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit flag-o-matic if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://git.sv.gnu.org/nano.git" + EGIT_REPO_URI="https://git.savannah.gnu.org/git/nano.git" inherit git-r3 autotools else MY_P="${PN}-${PV/_}" diff --git a/app-editors/nano/nano-5.5.ebuild b/app-editors/nano/nano-5.5.ebuild index 64c74e70f9b..aaa4c882984 100644 --- a/app-editors/nano/nano-5.5.ebuild +++ b/app-editors/nano/nano-5.5.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit flag-o-matic if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://git.sv.gnu.org/nano.git" + EGIT_REPO_URI="https://git.savannah.gnu.org/git/nano.git" inherit git-r3 autotools else MY_P="${PN}-${PV/_}" diff --git a/app-editors/nano/nano-5.6.1.ebuild b/app-editors/nano/nano-5.6.1.ebuild index 64c74e70f9b..aaa4c882984 100644 --- a/app-editors/nano/nano-5.6.1.ebuild +++ b/app-editors/nano/nano-5.6.1.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit flag-o-matic if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://git.sv.gnu.org/nano.git" + EGIT_REPO_URI="https://git.savannah.gnu.org/git/nano.git" inherit git-r3 autotools else MY_P="${PN}-${PV/_}" diff --git a/app-editors/nano/nano-5.6.ebuild b/app-editors/nano/nano-5.6.ebuild index 64c74e70f9b..aaa4c882984 100644 --- a/app-editors/nano/nano-5.6.ebuild +++ b/app-editors/nano/nano-5.6.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit flag-o-matic if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://git.sv.gnu.org/nano.git" + EGIT_REPO_URI="https://git.savannah.gnu.org/git/nano.git" inherit git-r3 autotools else MY_P="${PN}-${PV/_}" diff --git a/app-editors/nano/nano-9999.ebuild b/app-editors/nano/nano-9999.ebuild index 64c74e70f9b..aaa4c882984 100644 --- a/app-editors/nano/nano-9999.ebuild +++ b/app-editors/nano/nano-9999.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit flag-o-matic if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://git.sv.gnu.org/nano.git" + EGIT_REPO_URI="https://git.savannah.gnu.org/git/nano.git" inherit git-r3 autotools else MY_P="${PN}-${PV/_}"