From 999cb9573868383993cd7d3e35ec146bc784ecfd Mon Sep 17 00:00:00 2001 From: OPNA2608 Date: Wed, 4 Sep 2019 13:01:05 +0200 Subject: [PATCH] palemoon: remove rnhmjoj from maintainers As requested, see: https://github.com/NixOS/nixpkgs/pull/66669#issuecomment-527797128 --- pkgs/applications/networking/browsers/palemoon/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/browsers/palemoon/default.nix b/pkgs/applications/networking/browsers/palemoon/default.nix index 9985ad34291..66b947946cd 100644 --- a/pkgs/applications/networking/browsers/palemoon/default.nix +++ b/pkgs/applications/networking/browsers/palemoon/default.nix @@ -126,7 +126,7 @@ in stdenv.mkDerivation rec { ''; homepage = "https://www.palemoon.org/"; license = licenses.mpl20; - maintainers = with maintainers; [ rnhmjoj AndersonTorres OPNA2608 ]; + maintainers = with maintainers; [ AndersonTorres OPNA2608 ]; platforms = [ "i686-linux" "x86_64-linux" ]; }; }