strictdoc: fix changelog location

This commit is contained in:
puzzlewolf
2026-05-27 12:42:41 +02:00
parent 00f12acc83
commit aa0918d8d9
+1 -1
View File
@@ -79,7 +79,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
meta = {
description = "Software for technical documentation and requirements management";
homepage = "https://github.com/strictdoc-project/strictdoc";
changelog = "https://github.com/strictdoc-project/strictdoc/blob/${finalAttrs.src.tag}/CHANGELOG.md";
changelog = "https://github.com/strictdoc-project/strictdoc/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.asl20;
maintainers = [ lib.maintainers.puzzlewolf ];
mainProgram = "strictdoc";