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