gnu: ledger-agent: Escape '@' symbols in description.

Fixes a Texinfo syntax error introduced in d596fea5fd.
Reported by Fis Trivial in <https://bugs.gnu.org/29879>.

* gnu/packages/finance.scm (ledger-agent)[description]: Escape '@'.
master
Marius Bakke 2017-12-28 21:15:54 +01:00
parent e3cea0d5e4
commit 5859fd6c9e
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

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