diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-02-14 19:20:13 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-02-26 23:21:24 -0500 |
commit | b23ee240fabdba5117932a3d7c52d0442e14e68f (patch) | |
tree | a58603a017e98aeb102a6576307870c3cbdd7261 /net-analyzer/chaosreader | |
parent | media-gfx/blender: use HTTPS (diff) | |
download | gentoo-b23ee240fabdba5117932a3d7c52d0442e14e68f.tar.gz gentoo-b23ee240fabdba5117932a3d7c52d0442e14e68f.tar.bz2 gentoo-b23ee240fabdba5117932a3d7c52d0442e14e68f.zip |
net-analyzer/chaosreader: fix LICENSE
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11124
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'net-analyzer/chaosreader')
-rw-r--r-- | net-analyzer/chaosreader/chaosreader-0.94-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-analyzer/chaosreader/chaosreader-0.94-r1.ebuild b/net-analyzer/chaosreader/chaosreader-0.94-r1.ebuild index 33c7a6f55825..1b7d356fcb14 100644 --- a/net-analyzer/chaosreader/chaosreader-0.94-r1.ebuild +++ b/net-analyzer/chaosreader/chaosreader-0.94-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -6,12 +6,13 @@ EAPI=4 inherit eutils DESCRIPTION="Trace TCP/UDP/... sessions and fetch application data." -HOMEPAGE="http://chaosreader.sourceforge.net" +HOMEPAGE="http://chaosreader.sourceforge.net + https://github.com/brendangregg/Chaosreader" SRC_URI="https://dev.gentoo.org/~spock/portage/distfiles/${P}.bz2" SLOT="0" KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~x86-macos" -LICENSE="GPL-2" +LICENSE="GPL-2+" IUSE="" |