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

This commit is contained in:
Peder Bergebakken Sundt 2024-11-01 22:59:25 +01:00
parent 747b0ddc17
commit ead2fda64c

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;