[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/12: gnu: magic-wormhole-transit-relay: Fix indentation.
From: |
guix-commits |
Subject: |
10/12: gnu: magic-wormhole-transit-relay: Fix indentation. |
Date: |
Sat, 23 Mar 2024 16:59:39 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit 7c11136764bed82c3beaeb468b4087197a78fa59
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Mar 23 20:41:37 2024 +0000
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
---
gnu/packages/magic-wormhole.scm | 40 ++++++++++++++++++++--------------------
1 file changed, 20 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/magic-wormhole.scm b/gnu/packages/magic-wormhole.scm
index 892730205f..d146f628ba 100644
--- a/gnu/packages/magic-wormhole.scm
+++ b/gnu/packages/magic-wormhole.scm
@@ -66,37 +66,37 @@ connection, or through a transit-relay.")
(name "magic-wormhole-transit-relay")
(version "0.2.1")
(source
- (origin
- (method url-fetch)
- (uri (pypi-uri "magic-wormhole-transit-relay" version))
- (sha256
- (base32
- "0ppsx2s1ysikns1h053x67z2zmficbn3y3kf52bzzslhd2s02j6b"))))
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "magic-wormhole-transit-relay" version))
+ (sha256
+ (base32
+ "0ppsx2s1ysikns1h053x67z2zmficbn3y3kf52bzzslhd2s02j6b"))))
(build-system pyproject-build-system)
(arguments
(list
#:phases
- #~(modify-phases %standard-phases
- (add-after 'install 'install-docs
- (lambda _
- (let* ((out #$output)
- (docs (string-append out
"/share/doc/magic-wormhole-transit-relay")))
- (for-each (lambda (file)
- (install-file file docs))
- (find-files "docs/"))))))))
+ #~(modify-phases %standard-phases
+ (add-after 'install 'install-docs
+ (lambda _
+ (let* ((out #$output)
+ (docs (string-append out
"/share/doc/magic-wormhole-transit-relay")))
+ (for-each (lambda (file)
+ (install-file file docs))
+ (find-files "docs/"))))))))
(native-inputs
(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)))
+ (license license:expat)))
(define-public magic-wormhole
(package
- branch master updated (060708ef6c -> 28bc0e870b), guix-commits, 2024/03/23
- 04/12: gnu: magic-wormhole: Fix indentation., guix-commits, 2024/03/23
- 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 <=
- 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, 2024/03/23