From e0c82dcdfcbcd86d2d1420702dca225861576405 Mon Sep 17 00:00:00 2001 From: adisbladis Date: Tue, 27 Feb 2018 10:09:32 +0800 Subject: [PATCH] nodejs: Remove "havvy" from maintainers list Per request: https://github.com/NixOS/nixpkgs/pull/35116#issuecomment-367945072 --- pkgs/development/web/nodejs/nodejs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/web/nodejs/nodejs.nix b/pkgs/development/web/nodejs/nodejs.nix index eafaf956ee02..98b621e2112f 100644 --- a/pkgs/development/web/nodejs/nodejs.nix +++ b/pkgs/development/web/nodejs/nodejs.nix @@ -80,7 +80,7 @@ in description = "Event-driven I/O framework for the V8 JavaScript engine"; homepage = https://nodejs.org; license = licenses.mit; - maintainers = with maintainers; [ goibhniu havvy gilligan cko ]; + maintainers = with maintainers; [ goibhniu gilligan cko ]; platforms = platforms.linux ++ platforms.darwin; };