nodejs-5_x: 5.11.1 -> 5.12.0 (#16657)

This commit is contained in:
Christine Koppelt
2016-07-19 11:34:39 +02:00
committed by Franz Pletz
parent 2e8c21e4dd
commit 1c39145bc2
2 changed files with 3 additions and 3 deletions

View File

@@ -52,7 +52,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.havvy maintainers.gilligan ];
maintainers = [ maintainers.goibhniu maintainers.havvy maintainers.gilligan maintainers.cko ];
platforms = platforms.linux ++ platforms.darwin;
};
}