diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-12-28 21:15:54 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-12-29 14:01:06 +0100 |
commit | 5859fd6c9ec14152cc2f342480ff45e29607eebc (patch) | |
tree | bfbd8b7bfb682e7ed7972c3938063a8ab810f95f /gnu | |
parent | e3cea0d5e4c227a7f0a3db0f85c75431ccaa6eec (diff) | |
download | guix-5859fd6c9ec14152cc2f342480ff45e29607eebc.tar guix-5859fd6c9ec14152cc2f342480ff45e29607eebc.tar.gz |
gnu: ledger-agent: Escape '@' symbols in description.
Fixes a Texinfo syntax error introduced in d596fea5fd6cbcd98f1bc185817f2ae9d82060a9.
Reported by Fis Trivial in <https://bugs.gnu.org/29879>.
* gnu/packages/finance.scm (ledger-agent)[description]: Escape '@'.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/finance.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index c7843080e0..8d2b734d92 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -668,8 +668,8 @@ the KeepKey Hardware Wallet.") (synopsis "Ledger as hardware SSH/GPG agent") (description "This package allows using Ledger as hardware SSH/GPG agent. -Usage for SSH: trezor-agent foo@example.com --connect -Usage for GPG: Initialize using trezor-gpg init \"Foo <foo@example.com>\" +Usage for SSH: trezor-agent foo@@example.com --connect +Usage for GPG: Initialize using trezor-gpg init \"Foo <foo@@example.com>\" Then set the environment variable GNUPGHOME to \"${HOME}/.gnupg/trezor\".") (license license:lgpl3))) |