yarr: fix meta.changelog url

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

See also #514132.

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss
2026-04-29 11:06:33 +02:00
parent 0e6d0d7ac7
commit ca4aae1e6d
+1 -1
View File
@@ -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