Unverified Commit 3dbd6651 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

yarr: fix meta.changelog url (#514686)

parents 31835160 ca4aae1e
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