infoqscraper: mark broken

This commit is contained in:
Alyssa Ross 2021-02-12 20:50:02 +00:00
parent 5b9a6f10f8
commit b1037225ef

View File

@ -28,6 +28,9 @@ buildPythonPackage rec {
homepage = "https://github.com/cykl/infoqscraper/wiki";
license = licenses.mit;
maintainers = with maintainers; [ edwtjo ];
# infoq HTML has changed:
# https://github.com/cykl/infoqscraper/issues/29
broken = true;
};
}