diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 14:26:06 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:45 +0200 |
commit | 76cb2f8387847ad90ddcd0a701a4f9fc92bb9250 (patch) | |
tree | c87b9a5b15c371d3278e705c5f103ac7a30e47b6 /games-misc | |
parent | games-misc/sdljoytest: use HTTPS (diff) | |
download | gentoo-76cb2f8387847ad90ddcd0a701a4f9fc92bb9250.tar.gz gentoo-76cb2f8387847ad90ddcd0a701a4f9fc92bb9250.tar.bz2 gentoo-76cb2f8387847ad90ddcd0a701a4f9fc92bb9250.zip |
games-misc/typespeed: 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-misc')
-rw-r--r-- | games-misc/typespeed/typespeed-0.6.5-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-misc/typespeed/typespeed-0.6.5-r2.ebuild b/games-misc/typespeed/typespeed-0.6.5-r2.ebuild index 04092fb9bf55..58dfaaa3970f 100644 --- a/games-misc/typespeed/typespeed-0.6.5-r2.ebuild +++ b/games-misc/typespeed/typespeed-0.6.5-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,10 +6,10 @@ EAPI=7 inherit autotools DESCRIPTION="Test your typing speed, and get your fingers CPS" -HOMEPAGE="http://typespeed.sourceforge.net/" +HOMEPAGE="https://typespeed.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc64 ~x86" IUSE="nls" |