firefox: add lovesegfault as a maintainer

This commit is contained in:
Bernardo Meurer 2021-02-07 00:07:00 -08:00
parent 4b92303b78
commit 326d14c08b
No known key found for this signature in database
GPG Key ID: F4C0D53B8D14C246

View File

@ -16,7 +16,7 @@ rec {
meta = {
description = "A web browser built from Firefox source tree";
homepage = "http://www.mozilla.com/en-US/firefox/";
maintainers = with lib.maintainers; [ eelco ];
maintainers = with lib.maintainers; [ eelco lovesegfault ];
platforms = lib.platforms.unix;
badPlatforms = lib.platforms.darwin;
broken = stdenv.buildPlatform.is32bit; # since Firefox 60, build on 32-bit platforms fails with "out of memory".