mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 23:51:03 +00:00
python311Packages.jupyterlab-git: add meta.changelog
(cherry picked from commit 3368ddbbab)
This commit is contained in:
committed by
github-actions[bot]
parent
e8075ee25e
commit
a40b7975ba
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user