treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
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.
|
||||
'';
|
||||
homepage = https://sshguard.net;
|
||||
homepage = "https://sshguard.net";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ sargon ];
|
||||
platforms = with platforms; linux ++ darwin ++ freebsd ++ netbsd ++ openbsd;
|
||||
|
||||
Reference in New Issue
Block a user