From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1437779-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id DB908158094
	for <garchives@archives.gentoo.org>; Tue, 20 Sep 2022 04:19:11 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id BB7F3E087E;
	Tue, 20 Sep 2022 04:19:10 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 9962EE087E
	for <gentoo-commits@lists.gentoo.org>; Tue, 20 Sep 2022 04:19:10 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 5FD023410EB
	for <gentoo-commits@lists.gentoo.org>; Tue, 20 Sep 2022 04:19:09 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id B6EEA5B5
	for <gentoo-commits@lists.gentoo.org>; Tue, 20 Sep 2022 04:19:07 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1663647509.b72ba860f54f57e3a0d93f2de1fc763dc1d9e525.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/fish/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-shells/fish/fish-3.4.0.ebuild app-shells/fish/fish-3.5.1.ebuild app-shells/fish/fish-9999.ebuild
X-VCS-Directories: app-shells/fish/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: b72ba860f54f57e3a0d93f2de1fc763dc1d9e525
X-VCS-Branch: master
Date: Tue, 20 Sep 2022 04:19:07 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 4ee76ff3-765d-4710-bc2a-0cf0ca1e79d7
X-Archives-Hash: 5c9f66641cc8e26fb4c31039b4e69bf6

commit:     b72ba860f54f57e3a0d93f2de1fc763dc1d9e525
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 20 04:18:29 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 20 04:18:29 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b72ba860

app-shells/fish: HTTPSify HOMEPAGE

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-shells/fish/fish-3.4.0.ebuild | 2 +-
 app-shells/fish/fish-3.5.1.ebuild | 2 +-
 app-shells/fish/fish-9999.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-shells/fish/fish-3.4.0.ebuild b/app-shells/fish/fish-3.4.0.ebuild
index b5f7b1b12b38..4a7e4e120edb 100644
--- a/app-shells/fish/fish-3.4.0.ebuild
+++ b/app-shells/fish/fish-3.4.0.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{8..10} )
 inherit cmake python-any-r1 readme.gentoo-r1
 
 DESCRIPTION="Friendly Interactive SHell"
-HOMEPAGE="http://fishshell.com/"
+HOMEPAGE="https://fishshell.com/"
 
 MY_PV="${PV/_beta/b}"
 MY_P="${PN}-${MY_PV}"

diff --git a/app-shells/fish/fish-3.5.1.ebuild b/app-shells/fish/fish-3.5.1.ebuild
index 936ed237ea77..fe718cdc3436 100644
--- a/app-shells/fish/fish-3.5.1.ebuild
+++ b/app-shells/fish/fish-3.5.1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{8..11} )
 inherit cmake python-any-r1 readme.gentoo-r1
 
 DESCRIPTION="Friendly Interactive SHell"
-HOMEPAGE="http://fishshell.com/"
+HOMEPAGE="https://fishshell.com/"
 
 MY_PV="${PV/_beta/b}"
 MY_P="${PN}-${MY_PV}"

diff --git a/app-shells/fish/fish-9999.ebuild b/app-shells/fish/fish-9999.ebuild
index 936ed237ea77..fe718cdc3436 100644
--- a/app-shells/fish/fish-9999.ebuild
+++ b/app-shells/fish/fish-9999.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{8..11} )
 inherit cmake python-any-r1 readme.gentoo-r1
 
 DESCRIPTION="Friendly Interactive SHell"
-HOMEPAGE="http://fishshell.com/"
+HOMEPAGE="https://fishshell.com/"
 
 MY_PV="${PV/_beta/b}"
 MY_P="${PN}-${MY_PV}"