mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 07:00:43 +00:00
quartz-wm: add myself as maintainer
This commit is contained in:
parent
de8aec4d94
commit
a2bce20390
|
@ -24,5 +24,6 @@ in stdenv.mkDerivation {
|
|||
meta = with lib; {
|
||||
license = licenses.apsl20;
|
||||
platforms = platforms.darwin;
|
||||
maintainers = with maintainers; [ matthewbauer ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue