python313Packages.cwl-utils: fix changelog

This commit is contained in:
Sigmanificient
2026-04-28 23:29:29 +02:00
parent a7683e93cb
commit b4e69f91fc
@@ -65,7 +65,7 @@ buildPythonPackage (finalAttrs: {
meta = {
description = "Utilities for CWL";
homepage = "https://github.com/common-workflow-language/cwl-utils";
changelog = "https://github.com/common-workflow-language/cwl-utils/releases/tag/v${finalAttrs.src.tag}";
changelog = "https://github.com/common-workflow-language/cwl-utils/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ fab ];
};