python313Packages.cwl-upgrader: fix changelog

This commit is contained in:
Sigmanificient
2026-04-28 23:29:28 +02:00
parent 30934fc5b5
commit a7683e93cb
@@ -46,7 +46,7 @@ buildPythonPackage (finalAttrs: {
meta = {
description = "Library to upgrade CWL syntax to a newer version";
homepage = "https://github.com/common-workflow-language/cwl-upgrader";
changelog = "https://github.com/common-workflow-language/cwl-upgrader/releases/tag/v${finalAttrs.src.tag}";
changelog = "https://github.com/common-workflow-language/cwl-upgrader/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ fab ];
mainProgram = "cwl-upgrader";