diff options
author | Sam James <sam@gentoo.org> | 2021-03-17 01:40:10 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-17 01:40:10 +0000 |
commit | 067f5d05a6589b5d00da8a36b7024a94f00fcc3c (patch) | |
tree | ed01713574d6f8cb1e7f0dd172a2a67b0e7de309 /net-analyzer/tcpdump/tcpdump-4.99.0.ebuild | |
parent | net-analyzer/fail2ban: style change for DESCRIPTION (diff) | |
download | gentoo-067f5d05a6589b5d00da8a36b7024a94f00fcc3c.tar.gz gentoo-067f5d05a6589b5d00da8a36b7024a94f00fcc3c.tar.bz2 gentoo-067f5d05a6589b5d00da8a36b7024a94f00fcc3c.zip |
net-analyzer/tcpdump: style change for DESCRIPTION
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/tcpdump/tcpdump-4.99.0.ebuild')
-rw-r--r-- | net-analyzer/tcpdump/tcpdump-4.99.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/tcpdump/tcpdump-4.99.0.ebuild b/net-analyzer/tcpdump/tcpdump-4.99.0.ebuild index 9ddf16dd2aa5..2edd75502e32 100644 --- a/net-analyzer/tcpdump/tcpdump-4.99.0.ebuild +++ b/net-analyzer/tcpdump/tcpdump-4.99.0.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit autotools -DESCRIPTION="A Tool for network monitoring and data acquisition" +DESCRIPTION="A tool for network monitoring and data acquisition" HOMEPAGE="https://www.tcpdump.org/ https://github.com/the-tcpdump-group/tcpdump" SRC_URI="https://github.com/the-tcpdump-group/${PN}/archive/${P/_}.tar.gz" S="${WORKDIR}/${PN}-${P/_}" |