mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-15 22:19:17 +03:00
pymupdf: remove teto from maintainers (#403982)
This commit is contained in:
commit
ecba4eb5a1
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ buildPythonPackage rec {
|
||||||
homepage = "https://github.com/pymupdf/PyMuPDF";
|
homepage = "https://github.com/pymupdf/PyMuPDF";
|
||||||
changelog = "https://github.com/pymupdf/PyMuPDF/releases/tag/${src.tag}";
|
changelog = "https://github.com/pymupdf/PyMuPDF/releases/tag/${src.tag}";
|
||||||
license = lib.licenses.agpl3Only;
|
license = lib.licenses.agpl3Only;
|
||||||
maintainers = with lib.maintainers; [ teto ];
|
maintainers = [ ];
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue