diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-08-13 08:12:41 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-08-13 08:22:00 +0200 |
commit | b3695b84765dad5cbad30ed7a4829dcad7fd70e9 (patch) | |
tree | 6ce6cc8d810393be11423c8ea37dc04681358038 /net-analyzer/hydra/hydra-8.1.ebuild | |
parent | sci-libs/trilinos: Fix install (diff) | |
download | gentoo-b3695b84765dad5cbad30ed7a4829dcad7fd70e9.tar.gz gentoo-b3695b84765dad5cbad30ed7a4829dcad7fd70e9.tar.bz2 gentoo-b3695b84765dad5cbad30ed7a4829dcad7fd70e9.zip |
net-analyzer/hydra: Fix DESCRIPTION
Sync up DESCRIPTION with the hydra.c header blurb, with one spelling
correction:
* "Advanced" was removed from or never present in the source code
* "Parallized" => "Parallelized"
* "login hacker" => "network &"
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer/hydra/hydra-8.1.ebuild')
-rw-r--r-- | net-analyzer/hydra/hydra-8.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/hydra/hydra-8.1.ebuild b/net-analyzer/hydra/hydra-8.1.ebuild index 64a4453dc1f3..80610ce9cb2e 100644 --- a/net-analyzer/hydra/hydra-8.1.ebuild +++ b/net-analyzer/hydra/hydra-8.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils toolchain-funcs -DESCRIPTION="Advanced parallized login hacker" +DESCRIPTION="Parallelized network login hacker" HOMEPAGE="http://www.thc.org/thc-hydra/" SRC_URI="http://freeworld.thc.org/releases/${P}.tar.gz" |