diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 15:36:55 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:56 +0200 |
commit | 21a0748240bd72b3fbff0969a25f63d15316fa74 (patch) | |
tree | cc729ab340c90745c2f19d6afd00f798d951632e /games-util | |
parent | games-util/atlas: use HTTPS (diff) | |
download | gentoo-21a0748240bd72b3fbff0969a25f63d15316fa74.tar.gz gentoo-21a0748240bd72b3fbff0969a25f63d15316fa74.tar.bz2 gentoo-21a0748240bd72b3fbff0969a25f63d15316fa74.zip |
games-util/biounzip: 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-util')
-rw-r--r-- | games-util/biounzip/biounzip-1.1a.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-util/biounzip/biounzip-1.1a.ebuild b/games-util/biounzip/biounzip-1.1a.ebuild index fa6925259af0..c789e9254e2b 100644 --- a/games-util/biounzip/biounzip-1.1a.ebuild +++ b/games-util/biounzip/biounzip-1.1a.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 inherit toolchain-funcs DESCRIPTION="Unpacks BioZip archives" -HOMEPAGE="http://biounzip.sourceforge.net/" +HOMEPAGE="https://biounzip.sourceforge.net/" SRC_URI="mirror://sourceforge/biounzip/${P}.tar.bz2" S="${WORKDIR}"/${P/a/} -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" |