We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edd2121 commit 6b588c2Copy full SHA for 6b588c2
pkgs/development/python-modules/pymupdf/default.nix
@@ -166,7 +166,7 @@ buildPythonPackage rec {
166
homepage = "https://github.com/pymupdf/PyMuPDF";
167
changelog = "https://github.com/pymupdf/PyMuPDF/releases/tag/${src.tag}";
168
license = lib.licenses.agpl3Only;
169
- maintainers = [ ];
+ maintainers = with lib.maintainers; [ sarahec ];
170
platforms = lib.platforms.unix;
171
};
172
}
0 commit comments