Unverified Commit 7d5d18a4 authored by Ethan Carter Edwards's avatar Ethan Carter Edwards
Browse files

pay-respects: add changelog



Upstream repo includes a changelog.

Signed-off-by: default avatarEthan Carter Edwards <ethan@ethancedwards.com>
parent d169b41a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
  meta = {
    description = "Terminal command correction, alternative to `thefuck`, written in Rust";
    homepage = "https://codeberg.org/iff/pay-respects";
    changelog = "https://codeberg.org/iff/pay-respects/src/tag/v${finalAttrs.version}/CHANGELOG.md";
    license = lib.licenses.agpl3Plus;
    maintainers = with lib.maintainers; [
      sigmasquadron