python3.pkgs.jupyter{,lab}-lsp: remove @doronbehar maintainer

This commit is contained in:
Doron Behar 2023-03-16 12:16:30 +02:00
parent 862c02d42c
commit 55faeea9a0
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ buildPythonPackage rec {
homepage = "https://jupyterlab-lsp.readthedocs.io/en/latest/";
license = licenses.bsd3;
platforms = platforms.all;
maintainers = with maintainers; [ doronbehar ];
maintainers = with maintainers; [ ];
};
}

View file

@ -27,6 +27,6 @@ buildPythonPackage rec {
homepage = "https://github.com/jupyter-lsp/jupyterlab-lsp";
license = licenses.bsd3;
platforms = platforms.all;
maintainers = with maintainers; [ doronbehar ];
maintainers = with maintainers; [ ];
};
}