Skip to content

Commit 95f3b07

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: Ethan Carter Edwards <[email protected]>
1 parent 7d5d18a commit 95f3b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/pa/pay-respects/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
2323
doInstallCheck = true;
2424

2525
meta = {
26-
description = "Terminal command correction, alternative to `thefuck`, written in Rust";
26+
description = "Terminal command correction, alternative to thefuck, written in Rust";
2727
homepage = "https://codeberg.org/iff/pay-respects";
2828
changelog = "https://codeberg.org/iff/pay-respects/src/tag/v${finalAttrs.version}/CHANGELOG.md";
2929
license = lib.licenses.agpl3Plus;

0 commit comments

Comments
 (0)