python311Packages.nbconvert: update meta

This commit is contained in:
natsukium 2023-11-23 15:28:17 +09:00
parent 6c5041bc0a
commit e64951cae4
No known key found for this signature in database
GPG key ID: 9EA45A31DB994C53

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;
};
}