diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 15:26:40 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:54 +0200 |
commit | 5622b7165690369a4f2048c524ea105e51e5a4a2 (patch) | |
tree | f18108dd3255b66d0250cb35d8df5d61995f0c49 /games-sports | |
parent | games-sports/foobillard: use HTTPS (diff) | |
download | gentoo-5622b7165690369a4f2048c524ea105e51e5a4a2.tar.gz gentoo-5622b7165690369a4f2048c524ea105e51e5a4a2.tar.bz2 gentoo-5622b7165690369a4f2048c524ea105e51e5a4a2.zip |
games-sports/gracer: use HTTPS, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-sports')
-rw-r--r-- | games-sports/gracer/gracer-0.1.5-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-sports/gracer/gracer-0.1.5-r2.ebuild b/games-sports/gracer/gracer-0.1.5-r2.ebuild index 80f3d160674a..6138404cd11e 100644 --- a/games-sports/gracer/gracer-0.1.5-r2.ebuild +++ b/games-sports/gracer/gracer-0.1.5-r2.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="3D motor sports simulator" -HOMEPAGE="http://gracer.sourceforge.net/" +HOMEPAGE="https://gracer.sourceforge.net/" SRC_URI="mirror://sourceforge/gracer/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="joystick" |