firefox-unwrapped: drop lovesegfault from maintainers (#412536)

This commit is contained in:
Aleksana
2025-06-05 22:48:00 +08:00
committed by GitHub
@@ -19,10 +19,7 @@ buildMozillaMach rec {
changelog = "https://www.mozilla.org/en-US/firefox/${version}/releasenotes/";
description = "Web browser built from Firefox source tree";
homepage = "http://www.mozilla.com/en-US/firefox/";
maintainers = with lib.maintainers; [
lovesegfault
hexa
];
maintainers = with lib.maintainers; [ hexa ];
platforms = lib.platforms.unix;
broken = stdenv.buildPlatform.is32bit;
# since Firefox 60, build on 32-bit platforms fails with "out of memory".