Commit bed87600 authored by dish's avatar dish
Browse files

python3Packages.rst2pdf: remove me from maintainers

parent 3217274a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = [ ];
  };
}