diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 15:23:53 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:53 +0200 |
commit | 92dcf99c554fe0f626984e565df3bebdd16a1736 (patch) | |
tree | 9d6ca41354787cd369ec22d1225df55676587de0 /games-simulation | |
parent | games-simulation/searchandrescue: use HTTPS (diff) | |
download | gentoo-92dcf99c554fe0f626984e565df3bebdd16a1736.tar.gz gentoo-92dcf99c554fe0f626984e565df3bebdd16a1736.tar.bz2 gentoo-92dcf99c554fe0f626984e565df3bebdd16a1736.zip |
games-simulation/slime-rancher: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/slime-rancher/slime-rancher-1.4.1c_p34605.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-simulation/slime-rancher/slime-rancher-1.4.1c_p34605.ebuild b/games-simulation/slime-rancher/slime-rancher-1.4.1c_p34605.ebuild index f27ad052cfb3..cfd97d2260c2 100644 --- a/games-simulation/slime-rancher/slime-rancher-1.4.1c_p34605.ebuild +++ b/games-simulation/slime-rancher/slime-rancher-1.4.1c_p34605.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ MY_P="${P//[-.]/_}" MY_P="${MY_P//_p/_}" DESCRIPTION="Cute game where you cultivate slimes on a distant planet" -HOMEPAGE="http://www.slimerancher.com/" +HOMEPAGE="https://www.slimerancher.com/" SRC_URI="${MY_P}.sh" S="${WORKDIR}/data/noarch/game" |