diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 13:48:45 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:41 +0200 |
commit | e8afde33b36259fa9ff771898c995ba5cef89ed4 (patch) | |
tree | 3ee2080ee0361f378d329ca4fbd87d962ba0cb7d | |
parent | games-board/phalanx: use HTTPS (diff) | |
download | gentoo-e8afde33b36259fa9ff771898c995ba5cef89ed4.tar.gz gentoo-e8afde33b36259fa9ff771898c995ba5cef89ed4.tar.bz2 gentoo-e8afde33b36259fa9ff771898c995ba5cef89ed4.zip |
games-board/pioneers: use HTTPS, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
-rw-r--r-- | games-board/pioneers/pioneers-15.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-board/pioneers/pioneers-15.6.ebuild b/games-board/pioneers/pioneers-15.6.ebuild index ea5507a831ad..37c89dad5aba 100644 --- a/games-board/pioneers/pioneers-15.6.ebuild +++ b/games-board/pioneers/pioneers-15.6.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 @@ -7,10 +7,10 @@ GNOME2_EAUTORECONF=yes inherit gnome2 DESCRIPTION="Clone of the popular board game The Settlers of Catan" -HOMEPAGE="http://pio.sourceforge.net/" +HOMEPAGE="https://pio.sourceforge.net/" SRC_URI="mirror://sourceforge/pio/${P}.tar.gz" -LICENSE="GPL-2 CC-BY-SA-4.0" +LICENSE="GPL-2+ CC-BY-SA-4.0" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="dedicated help nls" |