pymupdf: remove teto from maintainers (#403982)

authored by Aleksana and committed by GitHub ecba4eb5 7dc37e11

+1 -1
+1 -1
pkgs/development/python-modules/pymupdf/default.nix
··· 146 146 homepage = "https://github.com/pymupdf/PyMuPDF"; 147 147 changelog = "https://github.com/pymupdf/PyMuPDF/releases/tag/${src.tag}"; 148 148 license = lib.licenses.agpl3Only; 149 - maintainers = with lib.maintainers; [ teto ]; 149 + maintainers = [ ]; 150 150 platforms = lib.platforms.unix; 151 151 }; 152 152 }