Commit 7338ab60 authored by Robert Schütz's avatar Robert Schütz
Browse files

python310Packages.md2gemini: mark broken

It is incompatible with mistune v3.
parent 9a3403ba
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,5 +19,6 @@ buildPythonPackage rec {
    homepage = "https://github.com/makeworld-the-better-one/md2gemini";
    license = licenses.lgpl3Plus;
    maintainers = [ maintainers.kaction ];
    broken = versionAtLeast mistune.version "3";
  };
}