Commit c32c6d7a authored by Doron Behar's avatar Doron Behar
Browse files

monkeysAudio: Add @doronbehar as maintainer

parent e5eaf491
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}