diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-27 22:36:04 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-27 22:37:34 +0100 |
commit | a04b0e454ce366df78fa28b83721ecafe8ca26f3 (patch) | |
tree | 39973b26cc75d09893c9ed2719730bb9e662bd0a | |
parent | cd80e11b9555f6d0a9f3413613eeea319ce6c6c3 (diff) |
gnu: pinentry-efl: Tweak description.
* gnu/packages/gnupg.scm (pinentry-efl)[description]: Use @acronym.
-rw-r--r-- | gnu/packages/gnupg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index a6e75f0e38..5c8207e875 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -877,8 +877,8 @@ passphrase when @code{gpg} is run and needs it."))) `(("efl" ,efl) ,@(package-inputs pinentry-tty))) (description - "Pinentry provides a console and a graphical interface for the -@dfn{Enlightenment Foundation Libraries} (EFL) that allows users to enter a + "Pinentry provides a console and a graphical interface for @acronym{EFL, +the Enlightenment Foundation Libraries} that allows users to enter a passphrase when @code{gpg} is run and needs it."))) (define-public pinentry-rofi |