monkeysAudio: Add @doronbehar as maintainer

This commit is contained in:
Doron Behar 2023-03-05 08:00:01 +02:00
parent e5eaf4918d
commit c32c6d7a7d

View File

@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
# it's not standard, see a quote of it:
# https://github.com/NixOS/nixpkgs/pull/171682#issuecomment-1120260551
license = licenses.free;
maintainers = [ ];
maintainers = with maintainers; [ doronbehar ];
};
}