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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user