pymupdf: remove teto from maintainers (#403982)

This commit is contained in:
Aleksana 2025-05-04 18:08:37 +08:00 committed by GitHub
commit ecba4eb5a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
};
}