From a40b7975ba158d3bd6232709b9dd262daa9fcdec Mon Sep 17 00:00:00 2001 From: natsukium Date: Wed, 22 Nov 2023 01:06:42 +0900 Subject: [PATCH] python311Packages.jupyterlab-git: add meta.changelog (cherry picked from commit 3368ddbbab6dd042df474e1f02f9376076220878) --- pkgs/development/python-modules/jupyterlab-git/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/jupyterlab-git/default.nix b/pkgs/development/python-modules/jupyterlab-git/default.nix index 1b44e9944b37..512c79947457 100644 --- a/pkgs/development/python-modules/jupyterlab-git/default.nix +++ b/pkgs/development/python-modules/jupyterlab-git/default.nix @@ -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 ]; };