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 <ethan@ethancedwards.com>
This commit is contained in:
Ethan Carter Edwards 2025-05-11 20:02:33 -04:00
parent 7d5d18a426
commit 95f3b07d06
No known key found for this signature in database
GPG key ID: D83DC5377393C7E6

View file

@ -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;