diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-01-22 20:47:18 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2022-01-23 21:00:48 +0000 |
commit | 801c5a901bcd040e73bd31cef6a418e5d6a280cd (patch) | |
tree | 54707fb9c3dfca55d57832d8dadd446bbc9575a0 /games-rpg/to-the-moon | |
parent | games-rpg/dear-esther: update HOMEPAGE (diff) | |
download | gentoo-801c5a901bcd040e73bd31cef6a418e5d6a280cd.tar.gz gentoo-801c5a901bcd040e73bd31cef6a418e5d6a280cd.tar.bz2 gentoo-801c5a901bcd040e73bd31cef6a418e5d6a280cd.zip |
games-rpg/to-the-moon: use https
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-rpg/to-the-moon')
-rw-r--r-- | games-rpg/to-the-moon/to-the-moon-0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-rpg/to-the-moon/to-the-moon-0-r1.ebuild b/games-rpg/to-the-moon/to-the-moon-0-r1.ebuild index a5cc9e2b6f8b..3604496dcae2 100644 --- a/games-rpg/to-the-moon/to-the-moon-0-r1.ebuild +++ b/games-rpg/to-the-moon/to-the-moon-0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ inherit desktop unpacker wrapper MY_PN="ToTheMoon" DESCRIPTION="Two doctors traversing the memories of a dying man to fulfill his last wish" -HOMEPAGE="http://freebirdgames.com/games/to-the-moon" +HOMEPAGE="https://freebirdgames.com/games/to-the-moon/" SRC_URI="${MY_PN}_linux_1389114090.sh" S="${WORKDIR}/data" |