diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-05-05 21:44:43 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-05-05 21:44:46 -0400 |
commit | 6f7ed9311da82ff301c8ff9807ff264212e2c4da (patch) | |
tree | 3b2d2f01a30c2852f339a074a93bcd500daa760e /games-roguelike | |
parent | dev-qt/qtwebsockets: sync live keywords (qt6) (diff) | |
download | gentoo-6f7ed9311da82ff301c8ff9807ff264212e2c4da.tar.gz gentoo-6f7ed9311da82ff301c8ff9807ff264212e2c4da.tar.bz2 gentoo-6f7ed9311da82ff301c8ff9807ff264212e2c4da.zip |
games-roguelike/zangband: remove HOMEPAGE
Don't know if it can be found somewhere else but the current
HOMEPAGE redirects to an unrelated gambling website so let's
not leave it like that.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-roguelike')
-rw-r--r-- | games-roguelike/zangband/zangband-2.7.4c-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-roguelike/zangband/zangband-2.7.4c-r1.ebuild b/games-roguelike/zangband/zangband-2.7.4c-r1.ebuild index d1fb2671077c..900c08ca15d6 100644 --- a/games-roguelike/zangband/zangband-2.7.4c-r1.ebuild +++ b/games-roguelike/zangband/zangband-2.7.4c-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 inherit autotools DESCRIPTION="An enhanced version of the Roguelike game Angband" -HOMEPAGE="http://www.zangband.org/" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" SRC_URI="ftp://ftp.sunet.se/pub/games/Angband/Variant/ZAngband/${P}.tar.gz" S="${WORKDIR}"/${PN} |