diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 13:37:32 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:38 +0200 |
commit | 821d11d54a515a055980377d6fd1ffdc8bb17495 (patch) | |
tree | 55f3cb8212ab4e69f0a7e21ddc310241c3b2a20c /games-board | |
parent | games-arcade/xtux: use HTTPS (diff) | |
download | gentoo-821d11d54a515a055980377d6fd1ffdc8bb17495.tar.gz gentoo-821d11d54a515a055980377d6fd1ffdc8bb17495.tar.bz2 gentoo-821d11d54a515a055980377d6fd1ffdc8bb17495.zip |
games-board/biloba: 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/biloba/biloba-0.9.3-r2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-board/biloba/biloba-0.9.3-r2.ebuild b/games-board/biloba/biloba-0.9.3-r2.ebuild index cadf7ee1e240..53c1aedda62c 100644 --- a/games-board/biloba/biloba-0.9.3-r2.ebuild +++ b/games-board/biloba/biloba-0.9.3-r2.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit autotools desktop xdg -DESCRIPTION="a board game, up to 4 players, with AI and network" -HOMEPAGE="http://biloba.sourceforge.net/" +DESCRIPTION="Board game, up to 4 players, with AI and network" +HOMEPAGE="https://biloba.sourceforge.net/" SRC_URI="mirror://sourceforge/biloba/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" |