Commit 6b588c20 authored by Sarah Clark's avatar Sarah Clark
Browse files

python3Packages.pymupdf: add sarahec as maintainer

parent edd2121a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -166,7 +166,7 @@ buildPythonPackage rec {
    homepage = "https://github.com/pymupdf/PyMuPDF";
    changelog = "https://github.com/pymupdf/PyMuPDF/releases/tag/${src.tag}";
    license = lib.licenses.agpl3Only;
    maintainers = [ ];
    maintainers = with lib.maintainers; [ sarahec ];
    platforms = lib.platforms.unix;
  };
}