earlyoom: remove AndersonTorres from maintainers (#353091)

This commit is contained in:
Anderson Torres 2024-11-02 17:28:01 -03:00 committed by GitHub
parent b508b87938
commit ddf557de7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,7 +58,7 @@ stdenv.mkDerivation (finalAttrs: {
'';
license = lib.licenses.mit;
mainProgram = "earlyoom";
maintainers = with lib.maintainers; [ AndersonTorres ];
maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.linux;
};
})