Commit 55faeea9 authored by Doron Behar's avatar Doron Behar
Browse files

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

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