nodejs: Remove "havvy" from maintainers list

Per request:
https://github.com/NixOS/nixpkgs/pull/35116#issuecomment-367945072

+1 -1
+1 -1
pkgs/development/web/nodejs/nodejs.nix
··· 80 description = "Event-driven I/O framework for the V8 JavaScript engine"; 81 homepage = https://nodejs.org; 82 license = licenses.mit; 83 - maintainers = with maintainers; [ goibhniu havvy gilligan cko ]; 84 platforms = platforms.linux ++ platforms.darwin; 85 }; 86
··· 80 description = "Event-driven I/O framework for the V8 JavaScript engine"; 81 homepage = https://nodejs.org; 82 license = licenses.mit; 83 + maintainers = with maintainers; [ goibhniu gilligan cko ]; 84 platforms = platforms.linux ++ platforms.darwin; 85 }; 86