python311Packages.jupyter-core: update meta

This commit is contained in:
natsukium
2023-11-23 01:15:27 +09:00
parent 19362a6194
commit ec3fa8c281

View File

@@ -64,7 +64,8 @@ buildPythonPackage rec {
meta = with lib; {
description = "Base package on which Jupyter projects rely";
homepage = "https://jupyter.org/";
changelog = "https://github.com/jupyter/jupyter_core/blob/${src.rev}/CHANGELOG.md";
license = licenses.bsd3;
maintainers = with maintainers; [ fridh ];
maintainers = teams.jupyter.members;
};
}