mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: magic-wormhole-transit-relay: Fix indentation.
* gnu/packages/magic-wormhole.scm (magic-wormhole-transit-relay): Fix indentation. [description]: Start with a new line and adjust indentation. Change-Id: I65c978a332088c66c88e4459d26a1f78e3c9ffdc
This commit is contained in:
parent
b877fead3b
commit
7c11136764
1 changed files with 20 additions and 20 deletions
|
@ -88,12 +88,12 @@ (define-public magic-wormhole-transit-relay
|
|||
(list python-mock python-pyflakes python-pytest python-tox))
|
||||
(propagated-inputs
|
||||
(list python-twisted))
|
||||
(home-page
|
||||
"https://github.com/warner/magic-wormhole-transit-relay")
|
||||
(home-page "https://github.com/warner/magic-wormhole-transit-relay")
|
||||
(synopsis "Magic-Wormhole relay server")
|
||||
(description "This package provides the Magic-Wormhole Transit Relay
|
||||
server, which helps clients establish bulk-data transit connections even when
|
||||
both are behind NAT boxes. Each side makes a TCP connection to this server and
|
||||
(description
|
||||
"This package provides the Magic-Wormhole Transit Relay server, which
|
||||
helps clients establish bulk-data transit connections even when both are
|
||||
behind NAT boxes. Each side makes a TCP connection to this server and
|
||||
presents a handshake. Two connections with identical handshakes are glued
|
||||
together, allowing them to pretend they have a direct connection.")
|
||||
(license license:expat)))
|
||||
|
|
Loading…
Reference in a new issue