Unverified Commit 95f3b07d authored by Ethan Carter Edwards's avatar Ethan Carter Edwards
Browse files

pay-respects: remove backticks in description



search.nixos.org does not render the backticks as codeblocks in the
description unlike the longDescription.

Signed-off-by: default avatarEthan Carter Edwards <ethan@ethancedwards.com>
parent 7d5d18a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
  doInstallCheck = true;

  meta = {
    description = "Terminal command correction, alternative to `thefuck`, written in Rust";
    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;