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

authored by Aleksana and committed by GitHub a6b868ab 3b2728ec

+1 -4
+1 -4
pkgs/applications/networking/browsers/firefox/packages/firefox.nix
··· 19 19 changelog = "https://www.mozilla.org/en-US/firefox/${version}/releasenotes/"; 20 20 description = "Web browser built from Firefox source tree"; 21 21 homepage = "http://www.mozilla.com/en-US/firefox/"; 22 - maintainers = with lib.maintainers; [ 23 - lovesegfault 24 - hexa 25 - ]; 22 + maintainers = with lib.maintainers; [ hexa ]; 26 23 platforms = lib.platforms.unix; 27 24 broken = stdenv.buildPlatform.is32bit; 28 25 # since Firefox 60, build on 32-bit platforms fails with "out of memory".