about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-04-05 04:21:50 +0200
committerGitHub <noreply@github.com>2024-04-05 04:21:50 +0200
commitbda131b22866d4bbc4ca1349a3b9f994e09f574f (patch)
tree5efd87f7499b26a2ec14f391aed70b91bb6e511e /pkgs/tools
parent4b7a6895e7ece3beb4dc2da502fd490843a6d0cd (diff)
parentf1871f2d81a3b9ffd9d7d402baf891546cda15d9 (diff)
Merge pull request #300650 from mrnossiom/docs/pinentry-fix-code-blocks
pinentry: fix inline code blocks to render correctly
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/pinentry/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/pinentry/default.nix b/pkgs/tools/security/pinentry/default.nix
index 61002917eb0d7..10984e489fd4f 100644
--- a/pkgs/tools/security/pinentry/default.nix
+++ b/pkgs/tools/security/pinentry/default.nix
@@ -103,7 +103,7 @@ let
           platforms.all;
         longDescription = ''
           Pinentry provides a console and (optional) GTK and Qt GUIs allowing users
-          to enter a passphrase when `gpg' or `gpg2' is run and needs it.
+          to enter a passphrase when `gpg` or `gpg2` is run and needs it.
         '';
         maintainers = with maintainers; [ fpletz ];
         mainProgram = "pinentry";