We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d169b41 commit 7d5d18aCopy full SHA for 7d5d18a
pkgs/by-name/pa/pay-respects/package.nix
@@ -25,6 +25,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
25
meta = {
26
description = "Terminal command correction, alternative to `thefuck`, written in Rust";
27
homepage = "https://codeberg.org/iff/pay-respects";
28
+ changelog = "https://codeberg.org/iff/pay-respects/src/tag/v${finalAttrs.version}/CHANGELOG.md";
29
license = lib.licenses.agpl3Plus;
30
maintainers = with lib.maintainers; [
31
sigmasquadron
0 commit comments