Commit 57f21339 authored by teto's avatar teto
Browse files

pymupdf: remove teto from maintainers

This has become a popular package and several more active/better
maintainers have come up to fix it everytime. This lets them have control.
parent 0654f4a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -146,7 +146,7 @@ buildPythonPackage rec {
    homepage = "https://github.com/pymupdf/PyMuPDF";
    changelog = "https://github.com/pymupdf/PyMuPDF/releases/tag/${src.tag}";
    license = lib.licenses.agpl3Only;
    maintainers = with lib.maintainers; [ teto ];
    maintainers = [ ];
    platforms = lib.platforms.unix;
  };
}