gnu: magic-wormhole: Fix indentation.
* gnu/packages/magic-wormhole.scm (magic-wormhole): Fix indentation. [description]: Start with a new line and fix indentation. Change-Id: I0d72dba2b5682c5bec71b6b5765d513f75c781f0
This commit is contained in:
parent
fb667a7a8a
commit
d72fe75367
@ -146,15 +146,16 @@ together, allowing them to pretend they have a direct connection.")
|
|||||||
python-txtorcon))
|
python-txtorcon))
|
||||||
(home-page "https://github.com/warner/magic-wormhole")
|
(home-page "https://github.com/warner/magic-wormhole")
|
||||||
(synopsis "Securely transfer data between computers")
|
(synopsis "Securely transfer data between computers")
|
||||||
(description "Magic-Wormhole is a library and a command-line tool named
|
(description
|
||||||
wormhole, which makes it possible to securely transfer arbitrary-sized files and
|
"Magic-Wormhole is a library and a command-line tool named wormhole,
|
||||||
|
which makes it possible to securely transfer arbitrary-sized files and
|
||||||
directories (or short pieces of text) from one computer to another. The two
|
directories (or short pieces of text) from one computer to another. The two
|
||||||
endpoints are identified by using identical \"wormhole codes\": in general, the
|
endpoints are identified by using identical \"wormhole codes\": in general,
|
||||||
sending machine generates and displays the code, which must then be typed into
|
the sending machine generates and displays the code, which must then be typed
|
||||||
the receiving machine.
|
into the receiving machine.
|
||||||
|
|
||||||
The codes are short and human-pronounceable, using a phonetically-distinct
|
The codes are short and human-pronounceable, using a phonetically-distinct
|
||||||
wordlist. The receiving side offers tab-completion on the codewords, so usually
|
wordlist. The receiving side offers tab-completion on the codewords, so
|
||||||
only a few characters must be typed. Wormhole codes are single-use and do not
|
usually only a few characters must be typed. Wormhole codes are single-use
|
||||||
need to be memorized.")
|
and do not need to be memorized.")
|
||||||
(license expat)))
|
(license expat)))
|
||||||
|
Loading…
Reference in New Issue
Block a user