1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 15:11:35 +00:00

quartz-wm: add myself as maintainer

This commit is contained in:
Matthew Bauer 2017-11-13 00:33:45 -06:00
parent de8aec4d94
commit a2bce20390

View file

@ -24,5 +24,6 @@ in stdenv.mkDerivation {
meta = with lib; { meta = with lib; {
license = licenses.apsl20; license = licenses.apsl20;
platforms = platforms.darwin; platforms = platforms.darwin;
maintainers = with maintainers; [ matthewbauer ];
}; };
} }