Merge pull request #314734 from NixOS/backport-314714-to-release-24.05

[Backport release-24.05] palemoon-bin: remove AndersonTorres from maintainers
This commit is contained in:
Aleksana 2024-05-26 13:44:07 +08:00 committed by GitHub
commit 5d569ccdec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -215,7 +215,7 @@ stdenv.mkDerivation (finalAttrs: {
# TODO free, redistributable? Has strict limitations on what modifications may be done & shipped by packagers
}
];
maintainers = with maintainers; [ AndersonTorres OPNA2608 ];
maintainers = with maintainers; [ OPNA2608 ];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
mainProgram = "palemoon";
platforms = [ "x86_64-linux" ];