maintainers: remove ethercrow (#531340)

This commit is contained in:
Michael Daniels
2026-06-21 14:02:02 +00:00
committed by GitHub
2 changed files with 1 additions and 7 deletions
-6
View File
@@ -8396,12 +8396,6 @@
{ fingerprint = "2E51 F618 39D1 FA94 7A73 00C2 34C0 4305 D581 DBFE"; }
];
};
ethercrow = {
email = "ethercrow@gmail.com";
github = "ethercrow";
githubId = 222467;
name = "Dmitry Ivanov";
};
ethindp = {
name = "Ethin Probst";
email = "harlydavidsen@gmail.com";
+1 -1
View File
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
license = lib.licenses.bsd2;
inherit (src.meta) homepage;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ ethercrow ];
maintainers = [ ];
mainProgram = "tcpkali";
};
}