From 95f3b07d06851beedef2ea013d394a7c544c62ef Mon Sep 17 00:00:00 2001 From: Ethan Carter Edwards Date: Sun, 11 May 2025 20:02:33 -0400 Subject: [PATCH] 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: Ethan Carter Edwards --- pkgs/by-name/pa/pay-respects/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/pa/pay-respects/package.nix b/pkgs/by-name/pa/pay-respects/package.nix index b55fc286458b..a98ae0d5c4e7 100644 --- a/pkgs/by-name/pa/pay-respects/package.nix +++ b/pkgs/by-name/pa/pay-respects/package.nix @@ -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;