python3.pkgs.jupyter{,lab}-lsp: remove @doronbehar maintainer
This commit is contained in:
parent
862c02d42c
commit
55faeea9a0
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ buildPythonPackage rec {
|
||||||
homepage = "https://jupyterlab-lsp.readthedocs.io/en/latest/";
|
homepage = "https://jupyterlab-lsp.readthedocs.io/en/latest/";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ doronbehar ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -27,6 +27,6 @@ buildPythonPackage rec {
|
||||||
homepage = "https://github.com/jupyter-lsp/jupyterlab-lsp";
|
homepage = "https://github.com/jupyter-lsp/jupyterlab-lsp";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ doronbehar ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue