fail2ban: add Deric-W to maintainers (#534775)

This commit is contained in:
Eman Resu
2026-07-15 13:15:54 +00:00
committed by GitHub
2 changed files with 10 additions and 1 deletions
+7
View File
@@ -6797,6 +6797,13 @@
githubId = 77843198;
name = "Vasilis Manetas";
};
Deric-W = {
email = "robo-eric@gmx.de";
github = "Deric-W";
githubId = 42873573;
name = "Eric Wolf";
keys = [ { fingerprint = "ADAA B6F3 A955 5589 D66C CE61 80D2 DA42 8A4A 537F"; } ];
};
DerickEddington = {
email = "derick.eddington@pm.me";
github = "DerickEddington";
+3 -1
View File
@@ -110,6 +110,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
];
};
})