nodejs: Remove "havvy" from maintainers list

Per request:
https://github.com/NixOS/nixpkgs/pull/35116#issuecomment-367945072
This commit is contained in:
adisbladis
2018-02-27 10:09:32 +08:00
parent 953b394d4f
commit e0c82dcdfc

View File

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