mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
mesa: add myself as a maintainer
svn path=/nixpkgs/trunk/; revision=27785
This commit is contained in:
parent
ea27b1b042
commit
18bd4e67d7
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user