[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/12: gnu: magic-wormhole: Fix indentation.
From: |
guix-commits |
Subject: |
04/12: gnu: magic-wormhole: Fix indentation. |
Date: |
Sat, 23 Mar 2024 16:59:38 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit d72fe75367cd87858dd13d988cc533dac219ca82
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Mar 23 17:42:56 2024 +0000
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
---
gnu/packages/magic-wormhole.scm | 29 +++++++++++++++--------------
1 file changed, 15 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/magic-wormhole.scm b/gnu/packages/magic-wormhole.scm
index cdd24d89b8..3b3488682e 100644
--- a/gnu/packages/magic-wormhole.scm
+++ b/gnu/packages/magic-wormhole.scm
@@ -111,12 +111,12 @@ together, allowing them to pretend they have a direct
connection.")
(name "magic-wormhole")
(version "0.13.0")
(source
- (origin
- (method url-fetch)
- (uri (pypi-uri "magic-wormhole" version))
- (sha256
- (base32
- "05hm5pnrxli69a28h3pbgx6s6pwy8279l506kha7y3i7hs1dcfxc"))))
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "magic-wormhole" version))
+ (sha256
+ (base32
+ "05hm5pnrxli69a28h3pbgx6s6pwy8279l506kha7y3i7hs1dcfxc"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -146,15 +146,16 @@ together, allowing them to pretend they have a direct
connection.")
python-txtorcon))
(home-page "https://github.com/warner/magic-wormhole")
(synopsis "Securely transfer data between computers")
- (description "Magic-Wormhole is a library and a command-line tool named
-wormhole, which makes it possible to securely transfer arbitrary-sized files
and
+ (description
+ "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
-endpoints are identified by using identical \"wormhole codes\": in general, the
-sending machine generates and displays the code, which must then be typed into
-the receiving machine.
+endpoints are identified by using identical \"wormhole codes\": in general,
+the sending machine generates and displays the code, which must then be typed
+into the receiving machine.
The codes are short and human-pronounceable, using a phonetically-distinct
-wordlist. The receiving side offers tab-completion on the codewords, so
usually
-only a few characters must be typed. Wormhole codes are single-use and do not
-need to be memorized.")
+wordlist. The receiving side offers tab-completion on the codewords, so
+usually only a few characters must be typed. Wormhole codes are single-use
+and do not need to be memorized.")
(license expat)))
- branch master updated (060708ef6c -> 28bc0e870b), guix-commits, 2024/03/23
- 04/12: gnu: magic-wormhole: Fix indentation.,
guix-commits <=
- 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