Unverified Commit ecba4eb5 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

pymupdf: remove teto from maintainers (#403982)

parents 7dc37e11 57f21339
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;
  };
}