Unverified Commit c5f91fe8 authored by Fernando Rodrigues's avatar Fernando Rodrigues
Browse files

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: default avatarFernando Rodrigues <alpha@sigmasquadron.net>
parent c7cadfff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -119,7 +119,7 @@ stdenv.mkDerivation (finalAttrs: {
  passthru.tests.nixos = nixosTests.taskchampion-sync-server;

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