mesa: add myself as a maintainer

svn path=/nixpkgs/trunk/; revision=27785
This commit is contained in:
Peter Simons 2011-07-14 19:21:33 +00:00
parent ea27b1b042
commit 18bd4e67d7

View File

@ -41,5 +41,8 @@ stdenv.mkDerivation {
description = "An open source implementation of OpenGL";
homepage = http://www.mesa3d.org/;
license = "bsd";
platforms = stdenv.lib.platforms.mesaPlatforms;
maintainers = [ stdenv.lib.maintainers.simons ];
};
}