treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -50,7 +50,7 @@ python3.pkgs.buildPythonApplication {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://www.fail2ban.org/;
|
||||
homepage = "https://www.fail2ban.org/";
|
||||
description = "A program that scans log files for repeated failing login attempts and bans IP addresses";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ eelco lovek323 fpletz ];
|
||||
|
||||
Reference in New Issue
Block a user