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

python311Packages.nbconvert: update meta

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