me
/
guix
Archived
1
0
Fork 0

gnu: magic-wormhole-mailbox-server: Fix indentation.

* gnu/packages/magic-wormhole.scm (magic-wormhole-mailbox-server): Fix
indentation.
[description]: Start with a new line and adjust indentation.

Change-Id: I0a246de5dfdf5823b1b794728113207b6ca46ccc
master
Sharlatan Hellseher 2024-03-23 20:37:47 +00:00
parent 8444c7b0dc
commit b877fead3b
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 10 additions and 9 deletions

View File

@ -35,12 +35,12 @@
(name "magic-wormhole-mailbox-server")
(version "0.4.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "magic-wormhole-mailbox-server" version))
(sha256
(base32
"1yw8i8jv5iv1kkz1aqimskw7fpichjn6ww0fq0czbalwj290bw8s"))))
(origin
(method url-fetch)
(uri (pypi-uri "magic-wormhole-mailbox-server" version))
(sha256
(base32
"1yw8i8jv5iv1kkz1aqimskw7fpichjn6ww0fq0czbalwj290bw8s"))))
(build-system pyproject-build-system)
(native-inputs
(list python-mock python-pytest))
@ -54,11 +54,12 @@
python-twisted))
(home-page "https://github.com/warner/magic-wormhole-mailbox-server")
(synopsis "Magic-Wormhole central mailbox server")
(description "This package provides the main server that Magic-Wormhole
clients connect to. The server performs store-and-forward delivery for small
(description
"This package provides the main server that Magic-Wormhole clients
connect to. The server performs store-and-forward delivery for small
key-exchange and control messages. Bulk data is sent over a direct TCP
connection, or through a transit-relay.")
(license license:expat)))
(license license:expat)))
(define-public magic-wormhole-transit-relay
(package