diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 13:46:28 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:40 +0200 |
commit | 84efd44f08ad85d010ba2603c291a5c73b8f2f2e (patch) | |
tree | d40c0ce5f288e2adf17e6c0d0d744e73ab875909 /games-board/openyahtzee | |
parent | games-board/gtkboard: use HTTPS, fix LICENSE (diff) | |
download | gentoo-84efd44f08ad85d010ba2603c291a5c73b8f2f2e.tar.gz gentoo-84efd44f08ad85d010ba2603c291a5c73b8f2f2e.tar.bz2 gentoo-84efd44f08ad85d010ba2603c291a5c73b8f2f2e.zip |
games-board/openyahtzee: 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/openyahtzee')
-rw-r--r-- | games-board/openyahtzee/openyahtzee-1.9.3-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-board/openyahtzee/openyahtzee-1.9.3-r1.ebuild b/games-board/openyahtzee/openyahtzee-1.9.3-r1.ebuild index 9d1c1b6e3896..ec79fb390e71 100644 --- a/games-board/openyahtzee/openyahtzee-1.9.3-r1.ebuild +++ b/games-board/openyahtzee/openyahtzee-1.9.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,11 +6,11 @@ EAPI=7 WX_GTK_VER="3.0" inherit flag-o-matic toolchain-funcs wxwidgets -DESCRIPTION="A full-featured wxWidgets version of the classic dice game Yahtzee" -HOMEPAGE="http://openyahtzee.sourceforge.net/" +DESCRIPTION="Full-featured wxWidgets version of the classic dice game Yahtzee" +HOMEPAGE="https://openyahtzee.sourceforge.net/" SRC_URI="mirror://sourceforge/openyahtzee/${P}.tar.xz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" |