Added: Havvy as maintainer for iojs/nodejs.

This commit is contained in:
Ryan Scheel (Havvy)
2015-06-01 05:17:59 +02:00
parent 13cc88f273
commit b49026ee98
3 changed files with 3 additions and 1 deletions

View File

@@ -62,7 +62,7 @@ in stdenv.mkDerivation {
description = "Event-driven I/O framework for the V8 JavaScript engine";
homepage = http://nodejs.org;
license = licenses.mit;
maintainers = [ maintainers.goibhniu maintainers.shlevy ];
maintainers = [ maintainers.goibhniu maintainers.shlevy maintainers.havvy ];
platforms = platforms.linux ++ platforms.darwin;
};
}