treewide: remove package names from prefix of descriptions
This commit is contained in:
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
configureFlags = [ "--sysconfdir=/etc" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "SSHGuard protects hosts from brute-force attacks";
|
||||
description = "Protects hosts from brute-force attacks";
|
||||
longDescription = ''
|
||||
SSHGuard can read log messages from various input sources. Log messages are parsed, line-by-line, for recognized patterns.
|
||||
If an attack, such as several login failures within a few seconds, is detected, the offending IP is blocked.
|
||||
|
||||
Reference in New Issue
Block a user