python311Packages.nbconvert: update meta
This commit is contained in:
parent
6c5041bc0a
commit
e64951cae4
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue