Unverified Commit e64951ca authored by natsukium's avatar natsukium
Browse files

python311Packages.nbconvert: update meta

parent 6c5041bc
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;
  };
}