fail2ban: add Deric-W to maintainers

This commit is contained in:
Eric Wolf
2026-06-24 02:10:09 +02:00
parent 9a9ef85109
commit 168a9c3adf
+3 -1
View File
@@ -113,6 +113,8 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
homepage = "https://www.fail2ban.org/";
description = "Program that scans log files for repeated failing login attempts and bans IP addresses";
license = lib.licenses.gpl2Plus;
maintainers = [ ];
maintainers = with lib.maintainers; [
Deric-W
];
};
})