diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 15:12:09 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:52 +0200 |
commit | 0eec3723c2be02be7e4ea4c970a243e168ea4e0c (patch) | |
tree | 4972334ede72ad8a56144eae82c3b16fe5a65832 /games-rpg/kqlives | |
parent | games-rpg/eschalon-book-1-demo: use HTTPS (diff) | |
download | gentoo-0eec3723c2be02be7e4ea4c970a243e168ea4e0c.tar.gz gentoo-0eec3723c2be02be7e4ea4c970a243e168ea4e0c.tar.bz2 gentoo-0eec3723c2be02be7e4ea4c970a243e168ea4e0c.zip |
games-rpg/kqlives: 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-rpg/kqlives')
-rw-r--r-- | games-rpg/kqlives/kqlives-0.99-r100.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-rpg/kqlives/kqlives-0.99-r100.ebuild b/games-rpg/kqlives/kqlives-0.99-r100.ebuild index 30186ea2a594..60e15d75e090 100644 --- a/games-rpg/kqlives/kqlives-0.99-r100.ebuild +++ b/games-rpg/kqlives/kqlives-0.99-r100.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 @@ -9,11 +9,11 @@ inherit autotools desktop lua-single MY_P=${P/lives} -DESCRIPTION="A console-style role playing game" -HOMEPAGE="http://kqlives.sourceforge.net/" +DESCRIPTION="Console-style role playing game" +HOMEPAGE="https://kqlives.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="cheats nls" |