diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-02 15:11:41 +0200 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2023-07-02 21:27:19 +0100 |
commit | ff0b89fb96fa0bb566e81998821abbf1e3fb9ad4 (patch) | |
tree | 598cdf68d7615f76dfbe3cbd5adab1e7d8f46199 /dev-games/guichan | |
parent | games-action/dxx-rebirth: Bump snapshot to fix building without OpenGL (diff) | |
download | gentoo-ff0b89fb96fa0bb566e81998821abbf1e3fb9ad4.tar.gz gentoo-ff0b89fb96fa0bb566e81998821abbf1e3fb9ad4.tar.bz2 gentoo-ff0b89fb96fa0bb566e81998821abbf1e3fb9ad4.zip |
dev-games/guichan: update HOMEPAGE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-games/guichan')
-rw-r--r-- | dev-games/guichan/guichan-0.8.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-games/guichan/guichan-0.8.2.ebuild b/dev-games/guichan/guichan-0.8.2.ebuild index 3c7dbd3c59ff..647b6c9477ef 100644 --- a/dev-games/guichan/guichan-0.8.2.ebuild +++ b/dev-games/guichan/guichan-0.8.2.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 autotools DESCRIPTION="A portable C++ GUI library designed for games using Allegro, SDL and/or OpenGL" -HOMEPAGE="http://guichan.sourceforge.net/" +HOMEPAGE="https://guichan.sourceforge.net/oldsite/about.shtml" SRC_URI="https://guichan.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" |