Skip to content

Commit 6b588c2

Browse files
committed
python3Packages.pymupdf: add sarahec as maintainer
1 parent edd2121 commit 6b588c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/development/python-modules/pymupdf/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ buildPythonPackage rec {
166166
homepage = "https://github.com/pymupdf/PyMuPDF";
167167
changelog = "https://github.com/pymupdf/PyMuPDF/releases/tag/${src.tag}";
168168
license = lib.licenses.agpl3Only;
169-
maintainers = [ ];
169+
maintainers = with lib.maintainers; [ sarahec ];
170170
platforms = lib.platforms.unix;
171171
};
172172
}

0 commit comments

Comments
 (0)