Unverified Commit 4f20d7b3 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

rio: update meta.changelog (#461842)

parents f6a8818a 1b4415b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -146,7 +146,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
      oluceps
    ];
    platforms = lib.platforms.unix;
    changelog = "https://github.com/raphamorim/rio/blob/v${finalAttrs.version}/docs/docs/releases.md";
    changelog = "https://github.com/raphamorim/rio/releases/tag/v${finalAttrs.version}";
    mainProgram = "rio";
  };
})