Unverified Commit ca4aae1e authored by Christoph Heiss's avatar Christoph Heiss
Browse files

yarr: fix meta.changelog url



During the v2.6 release, the file was renamed.

See also #514132.

Signed-off-by: default avatarChristoph Heiss <christoph@c8h4.io>
parent 0e6d0d7a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ buildGoModule (finalAttrs: {
    description = "Yet another rss reader";
    mainProgram = "yarr";
    homepage = "https://github.com/nkanaev/yarr";
    changelog = "https://github.com/nkanaev/yarr/blob/v${finalAttrs.version}/doc/changelog.txt";
    changelog = "https://github.com/nkanaev/yarr/blob/v${finalAttrs.version}/doc/changelog.md";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [
      sikmir