Bring my stdenv.lib.maintainers user name in line with my github nick.

This commit is contained in:
Peter Simons
2016-05-16 22:30:20 +02:00
parent 4f5e4ad69c
commit 8e462995ba
155 changed files with 143 additions and 213 deletions

View File

@@ -169,6 +169,6 @@ stdenv.mkDerivation {
homepage = http://www.mesa3d.org/;
license = licenses.mit; # X11 variant, in most files
platforms = platforms.mesaPlatforms;
maintainers = with maintainers; [ eduarrrd simons vcunat ];
maintainers = with maintainers; [ eduarrrd vcunat ];
};
}