komac: remove refs/tags/ from github release meta.changelog

This commit is contained in:
Peder Bergebakken Sundt
2024-11-05 12:50:10 +01:00
parent 69d3ba4466
commit 8fff01c7e8
+1 -1
View File
@@ -67,7 +67,7 @@ rustPlatform.buildRustPackage {
meta = {
description = "Community Manifest Creator for WinGet";
homepage = "https://github.com/russellbanks/Komac";
changelog = "https://github.com/russellbanks/Komac/releases/tag/${src.rev}";
changelog = "https://github.com/russellbanks/Komac/releases/tag/v${version}";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [
kachick