palemoon: remove rnhmjoj from maintainers

As requested, see: https://github.com/NixOS/nixpkgs/pull/66669#issuecomment-527797128
This commit is contained in:
OPNA2608 2019-09-04 13:01:05 +02:00
parent d53efd8188
commit 999cb95738

View File

@ -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" ];
};
}