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

python310Packages.jupytext: change maintainers to teams.jupyter.members

parent 04dd5a8a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -79,6 +79,6 @@ buildPythonPackage rec {
    homepage = "https://github.com/mwouts/jupytext";
    changelog = "https://github.com/mwouts/jupytext/releases/tag/${src.rev}";
    license = licenses.mit;
    maintainers = with maintainers; [ timokau ];
    maintainers = teams.jupyter.members;
  };
}