diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 15:03:25 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:50 +0200 |
commit | 7c0293bc76d3346430a383f3ca0d2a662c5ff64b (patch) | |
tree | 4b238e206b92973c7ac408e7da6a4d02d6a33200 /games-roguelike | |
parent | games-puzzle/xye: use HTTPS (diff) | |
download | gentoo-7c0293bc76d3346430a383f3ca0d2a662c5ff64b.tar.gz gentoo-7c0293bc76d3346430a383f3ca0d2a662c5ff64b.tar.bz2 gentoo-7c0293bc76d3346430a383f3ca0d2a662c5ff64b.zip |
games-roguelike/FTL: update HOMEPAGE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-roguelike')
-rw-r--r-- | games-roguelike/FTL/FTL-1.5.13-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-roguelike/FTL/FTL-1.5.13-r1.ebuild b/games-roguelike/FTL/FTL-1.5.13-r1.ebuild index d1132199d777..264ca005ff96 100644 --- a/games-roguelike/FTL/FTL-1.5.13-r1.ebuild +++ b/games-roguelike/FTL/FTL-1.5.13-r1.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 @@ -6,7 +6,7 @@ EAPI=7 inherit desktop wrapper DESCRIPTION="Faster Than Light: A spaceship simulation real-time roguelike-like game" -HOMEPAGE="http://www.ftlgame.com/" +HOMEPAGE="https://subsetgames.com/ftl.html" SRC_URI="FTL.${PV}.tar.gz" S="${WORKDIR}"/${PN} |