diff options
author | Sam James <sam@gentoo.org> | 2022-10-18 00:15:51 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-18 00:15:51 +0100 |
commit | 3e717e6f720fe9806d2c2dae8f2c759fca08352e (patch) | |
tree | 057ca9065d7bbf0c4be1b69811485977f484bcba /app-misc/boxes | |
parent | dev-libs/libzip: add github upstream metadata (diff) | |
download | gentoo-3e717e6f720fe9806d2c2dae8f2c759fca08352e.tar.gz gentoo-3e717e6f720fe9806d2c2dae8f2c759fca08352e.tar.bz2 gentoo-3e717e6f720fe9806d2c2dae8f2c759fca08352e.zip |
app-misc/boxes: fix LICENSE
It's GPL-3-only.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/boxes')
-rw-r--r-- | app-misc/boxes/boxes-2.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/boxes/boxes-2.2.0.ebuild b/app-misc/boxes/boxes-2.2.0.ebuild index 42da13cbe43f..dbd9e72ab418 100644 --- a/app-misc/boxes/boxes-2.2.0.ebuild +++ b/app-misc/boxes/boxes-2.2.0.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Draw any kind of boxes around your text" HOMEPAGE="https://boxes.thomasjensen.com/ https://github.com/ascii-boxes/boxes" SRC_URI="https://github.com/ascii-boxes/boxes/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="test" |