firefox-unwrapped: drop lovesegfault from maintainers

No maintenance interaction since late 2022.
This commit is contained in:
Martin Weinelt
2025-05-31 03:01:19 +02:00
parent b5bbb1bb4a
commit 0030927398
@@ -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".