python3Packages.markdownsuperscript: mark broken

This commit is contained in:
Jonathan Ringer 2020-11-29 09:32:18 -08:00 committed by Frederik Rietdijk
parent a2db06c3f7
commit c6ca81920e

View file

@ -26,5 +26,6 @@ buildPythonPackage rec {
description = "An extension to the Python Markdown package enabling superscript text";
homepage = "https://github.com/jambonrose/markdown_superscript_extension";
license = stdenv.lib.licenses.bsd2;
broken = true; # unmaintained in nixpkgs, barely maintained in pypi, added 2020-11-29
};
}