mesa: add myself as a maintainer

When I authored much of the current expression,
I should better watch it, too.
This commit is contained in:
Vladimír Čunát 2013-12-10 12:52:24 +01:00
parent c11747b3f5
commit db32c7ca8b

View File

@ -164,6 +164,6 @@ stdenv.mkDerivation {
homepage = http://www.mesa3d.org/;
license = "bsd";
platforms = stdenv.lib.platforms.mesaPlatforms;
maintainers = [ stdenv.lib.maintainers.simons ];
maintainers = with stdenv.lib.maintainers; [ simons vcunat ];
};
}