[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/12: gnu: magic-wormhole-mailbox-server: Fix indentation.
From: |
guix-commits |
Subject: |
09/12: gnu: magic-wormhole-mailbox-server: Fix indentation. |
Date: |
Sat, 23 Mar 2024 16:59:39 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit b877fead3b5818515c699705b8138bf8242fc08a
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Mar 23 20:37:47 2024 +0000
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
---
gnu/packages/magic-wormhole.scm | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/magic-wormhole.scm b/gnu/packages/magic-wormhole.scm
index d65bf0e30c..892730205f 100644
--- a/gnu/packages/magic-wormhole.scm
+++ b/gnu/packages/magic-wormhole.scm
@@ -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
- 06/12: gnu: magic-wormhole-mailbox-server: Simplify package., (continued)
- 06/12: gnu: magic-wormhole-mailbox-server: Simplify package., guix-commits, 2024/03/23
- 12/12: gnu: magic-wormhole: Fix home page., guix-commits, 2024/03/23
- 10/12: gnu: magic-wormhole-transit-relay: Fix indentation., guix-commits, 2024/03/23
- 08/12: gnu: magic-wormhole: Limit amount of loaded symbols., guix-commits, 2024/03/23
- 01/12: gnu: Add python-noiseprotocol., guix-commits, 2024/03/23
- 03/12: gnu: magic-wormhole: Simplify package., guix-commits, 2024/03/23
- 07/12: gnu: magic-wormhole-transit-relay: Simplify package., guix-commits, 2024/03/23
- 11/12: gnu: magic-wormhole-transit-relay: Remove some native inputs., guix-commits, 2024/03/23
- 02/12: gnu: magic-wormhole: Update to 0.13.0., guix-commits, 2024/03/23
- 05/12: gnu: magic-wormhole: Add licenses prefix., guix-commits, 2024/03/23
- 09/12: gnu: magic-wormhole-mailbox-server: Fix indentation.,
guix-commits <=