summary refs log tree commit diff
path: root/pkgs/development/web/nodejs
diff options
context:
space:
mode:
authoradisbladis <adis@blad.is>2018-02-27 10:09:32 +0800
committeradisbladis <adis@blad.is>2018-02-27 10:09:32 +0800
commite0c82dcdfcbcd86d2d1420702dca225861576405 (patch)
tree114488d5377f7aac049a9a160a9ed702c481b912 /pkgs/development/web/nodejs
parent953b394d4fc348ab8e6a18c99a9773c40365a167 (diff)
downloadnixpkgs-e0c82dcdfcbcd86d2d1420702dca225861576405.tar
nixpkgs-e0c82dcdfcbcd86d2d1420702dca225861576405.tar.gz
nixpkgs-e0c82dcdfcbcd86d2d1420702dca225861576405.tar.bz2
nixpkgs-e0c82dcdfcbcd86d2d1420702dca225861576405.tar.lz
nixpkgs-e0c82dcdfcbcd86d2d1420702dca225861576405.tar.xz
nixpkgs-e0c82dcdfcbcd86d2d1420702dca225861576405.tar.zst
nixpkgs-e0c82dcdfcbcd86d2d1420702dca225861576405.zip
nodejs: Remove "havvy" from maintainers list
Per request:
https://github.com/NixOS/nixpkgs/pull/35116#issuecomment-367945072
Diffstat (limited to 'pkgs/development/web/nodejs')
-rw-r--r--pkgs/development/web/nodejs/nodejs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/web/nodejs/nodejs.nix b/pkgs/development/web/nodejs/nodejs.nix
index eafaf956ee0..98b621e2112 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;
     };