diff options
author | Sam James <sam@gentoo.org> | 2022-09-20 05:18:29 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-20 05:18:29 +0100 |
commit | b72ba860f54f57e3a0d93f2de1fc763dc1d9e525 (patch) | |
tree | 172823331c23257dd6a4c4dc259a298eebac5818 /app-shells | |
parent | mail-client/aerc: revbump to fix notmuch support (diff) | |
download | gentoo-b72ba860f54f57e3a0d93f2de1fc763dc1d9e525.tar.gz gentoo-b72ba860f54f57e3a0d93f2de1fc763dc1d9e525.tar.bz2 gentoo-b72ba860f54f57e3a0d93f2de1fc763dc1d9e525.zip |
app-shells/fish: HTTPSify HOMEPAGE
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/fish/fish-3.4.0.ebuild | 2 | ||||
-rw-r--r-- | app-shells/fish/fish-3.5.1.ebuild | 2 | ||||
-rw-r--r-- | 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}" |