diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-15 13:49:42 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 13:50:35 +0200 |
commit | 93fe725a5bc33caeefce3482b5267356170f794a (patch) | |
tree | b21d0f8c7f080f237b0788cf62c314f0c1b667ea /sys-fs/treesize | |
parent | sys-fs/treesize: EAPI7, improve ebuild (diff) | |
download | gentoo-93fe725a5bc33caeefce3482b5267356170f794a.tar.gz gentoo-93fe725a5bc33caeefce3482b5267356170f794a.tar.bz2 gentoo-93fe725a5bc33caeefce3482b5267356170f794a.zip |
sys-fs/treesize: Fix LICENSE
Diffstat (limited to 'sys-fs/treesize')
-rw-r--r-- | sys-fs/treesize/treesize-0.54.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/treesize/treesize-0.54.1-r1.ebuild b/sys-fs/treesize/treesize-0.54.1-r1.ebuild index b80f570f87e3..ab8727ebfd4f 100644 --- a/sys-fs/treesize/treesize-0.54.1-r1.ebuild +++ b/sys-fs/treesize/treesize-0.54.1-r1.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="A disk consumption analyzing tool" HOMEPAGE="http://treesize.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}-src.tbz2" -LICENSE="GPL-2" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" |