From 57f21339369fe9f6cc4413aabd7d32506e998749 Mon Sep 17 00:00:00 2001 From: teto <886074+teto@users.noreply.github.com> Date: Sat, 3 May 2025 19:08:17 +0200 Subject: [PATCH] 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. --- pkgs/development/python-modules/pymupdf/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/pymupdf/default.nix b/pkgs/development/python-modules/pymupdf/default.nix index 027c4ebe55e4..8db2acf59a3c 100644 --- a/pkgs/development/python-modules/pymupdf/default.nix +++ b/pkgs/development/python-modules/pymupdf/default.nix @@ -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; }; }