diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 13:44:21 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:39 +0200 |
commit | 49cbebc71f2ae21f5ee7ffbd1d5d058445753794 (patch) | |
tree | a8420251d67951777210ce308b0f1971d0710bc1 /games-board | |
parent | games-board/freedoko: use HTTPS (diff) | |
download | gentoo-49cbebc71f2ae21f5ee7ffbd1d5d058445753794.tar.gz gentoo-49cbebc71f2ae21f5ee7ffbd1d5d058445753794.tar.bz2 gentoo-49cbebc71f2ae21f5ee7ffbd1d5d058445753794.zip |
games-board/grhino: 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-board')
-rw-r--r-- | games-board/grhino/grhino-0.16.1-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-board/grhino/grhino-0.16.1-r2.ebuild b/games-board/grhino/grhino-0.16.1-r2.ebuild index f9bb6602c366..81499f3ec5dc 100644 --- a/games-board/grhino/grhino-0.16.1-r2.ebuild +++ b/games-board/grhino/grhino-0.16.1-r2.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Reversi game for GNOME, supporting the Go/Game Text Protocol" -HOMEPAGE="http://rhino.sourceforge.net/" +HOMEPAGE="https://rhino.sourceforge.net/" SRC_URI="mirror://sourceforge/rhino/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="nls" |