python3Packages.rst2pdf: remove me from maintainers

This commit is contained in:
dish
2026-03-23 15:31:52 -04:00
parent 3217274a0e
commit bed876007e
@@ -78,6 +78,6 @@ buildPythonPackage rec {
homepage = "https://rst2pdf.org/";
changelog = "https://github.com/rst2pdf/rst2pdf/blob/${version}/CHANGES.rst";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
}