Loading pkgs/development/python-modules/jupyterlab-git/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -82,6 +82,7 @@ buildPythonPackage rec { meta = with lib; { description = "Jupyter lab extension for version control with Git"; homepage = "https://github.com/jupyterlab/jupyterlab-git"; changelog = "https://github.com/jupyterlab/jupyterlab-git/blob/v${version}/CHANGELOG.md"; license = with licenses; [ bsd3 ]; maintainers = with maintainers; [ chiroptical ]; }; Loading Loading
pkgs/development/python-modules/jupyterlab-git/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -82,6 +82,7 @@ buildPythonPackage rec { meta = with lib; { description = "Jupyter lab extension for version control with Git"; homepage = "https://github.com/jupyterlab/jupyterlab-git"; changelog = "https://github.com/jupyterlab/jupyterlab-git/blob/v${version}/CHANGELOG.md"; license = with licenses; [ bsd3 ]; maintainers = with maintainers; [ chiroptical ]; }; Loading