python311Packages.nbconvert: update meta

(cherry picked from commit e64951cae4)
This commit is contained in:
natsukium
2023-11-23 15:28:17 +09:00
committed by github-actions[bot]
parent cbc6754493
commit 9fbcd770d5

View File

@@ -102,8 +102,9 @@ in buildPythonPackage rec {
meta = {
description = "Converting Jupyter Notebooks";
homepage = "https://jupyter.org/";
homepage = "https://github.com/jupyter/nbconvert";
changelog = "https://github.com/jupyter/nbconvert/blob/v${version}/CHANGELOG.md";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ fridh ];
maintainers = lib.teams.jupyter.members;
};
}