about summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2020-12-06 21:19:50 +0100
committerAndreas Rammhold <andreas@rammhold.de>2020-12-06 21:24:50 +0100
commitdc6971ccf97c260c8c33ced0456a505cd63f2a13 (patch)
tree258d16b535c33b08b4cc63182ddf5479d66117ae /pkgs/applications/networking/browsers
parent304e73e1b13dceb6fa195d7da899b92ec686e891 (diff)
downloadnixlib-dc6971ccf97c260c8c33ced0456a505cd63f2a13.tar
nixlib-dc6971ccf97c260c8c33ced0456a505cd63f2a13.tar.gz
nixlib-dc6971ccf97c260c8c33ced0456a505cd63f2a13.tar.bz2
nixlib-dc6971ccf97c260c8c33ced0456a505cd63f2a13.tar.lz
nixlib-dc6971ccf97c260c8c33ced0456a505cd63f2a13.tar.xz
nixlib-dc6971ccf97c260c8c33ced0456a505cd63f2a13.tar.zst
nixlib-dc6971ccf97c260c8c33ced0456a505cd63f2a13.zip
firefox: drop maintainership
After the recent wrapper and plugin purge outbreak where as the only
active listed maintainer of the package I didn't even get a chance to
comment (e.g. via comment or review request) I do not want to continue
maintaining this package anymore.
Diffstat (limited to 'pkgs/applications/networking/browsers')
-rw-r--r--pkgs/applications/networking/browsers/firefox/packages.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/browsers/firefox/packages.nix b/pkgs/applications/networking/browsers/firefox/packages.nix
index d31a1a0e54c4..7f1d9763e424 100644
--- a/pkgs/applications/networking/browsers/firefox/packages.nix
+++ b/pkgs/applications/networking/browsers/firefox/packages.nix
@@ -27,7 +27,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 andir ];
+      maintainers = with lib.maintainers; [ eelco ];
       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".
@@ -51,7 +51,7 @@ rec {
     meta = {
       description = "A web browser built from Firefox Extended Support Release source tree";
       homepage = "http://www.mozilla.com/en-US/firefox/";
-      maintainers = with lib.maintainers; [ eelco andir ];
+      maintainers = with lib.maintainers; [ eelco ];
       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".