python39Packages.schema-salad: add changelog to meta

- mistune support was fixed
This commit is contained in:
Fabian Affolter
2023-01-01 14:59:44 +01:00
committed by GitHub
parent 49647234f0
commit 809a6c151e

View File

@@ -57,13 +57,15 @@ buildPythonPackage rec {
];
passthru.optional-dependencies = {
pycodegen = [ black ];
pycodegen = [
black
];
};
meta = with lib; {
broken = true; # disables on outdated version of mistune
description = "Semantic Annotations for Linked Avro Data";
homepage = "https://github.com/common-workflow-language/schema_salad";
changelog = "https://github.com/common-workflow-language/schema_salad/releases/tag/${version}";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ veprbl ];
};