Skip to content

Commit c5f91fe

Browse files
committed
taskwarrior3: use GitHub releases as changelogs
Upstream links to the releases instead of the changelog file: https://taskwarrior.org/news/news.20241219/ Signed-off-by: Fernando Rodrigues <[email protected]>
1 parent c7cadff commit c5f91fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/ta/taskwarrior3/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ stdenv.mkDerivation (finalAttrs: {
119119
passthru.tests.nixos = nixosTests.taskchampion-sync-server;
120120

121121
meta = {
122-
changelog = "https://github.com/GothenburgBitFactory/taskwarrior/blob/${finalAttrs.src.rev}/ChangeLog";
122+
changelog = "https://github.com/GothenburgBitFactory/taskwarrior/releases/tag/v${finalAttrs.src.rev}";
123123
description = "Highly flexible command-line tool to manage TODO lists";
124124
homepage = "https://taskwarrior.org";
125125
license = lib.licenses.mit;

0 commit comments

Comments
 (0)