nodejs: remove myself from the maintainers

This commit is contained in:
Cillian de Róiste 2015-11-19 22:32:43 +01:00
parent 612108b925
commit 5823ff2a92
2 changed files with 1 additions and 2 deletions

View File

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

View File

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