Commit 5fc8ed1a authored by natsukium's avatar natsukium Committed by github-actions[bot]
Browse files

python311Packages.jupyter-core: update meta

(cherry picked from commit ec3fa8c2)
parent c2b7a234
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;
  };
}