typst: 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 747b0ddc17
commit ead2fda64c
+1 -1
View File
@@ -75,7 +75,7 @@ rustPlatform.buildRustPackage rec {
passthru.updateScript = nix-update-script { };
meta = {
changelog = "https://github.com/typst/typst/releases/tag/${src.rev}";
changelog = "https://github.com/typst/typst/releases/tag/v${version}";
description = "New markup-based typesetting system that is powerful and easy to learn";
homepage = "https://github.com/typst/typst";
license = lib.licenses.asl20;