[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/12: gnu: magic-wormhole: Add licenses prefix.
From: |
guix-commits |
Subject: |
05/12: gnu: magic-wormhole: Add licenses prefix. |
Date: |
Sat, 23 Mar 2024 16:59:38 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit 3b43d01c61f5da986c179fc368aff7f0afd5f5e5
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Mar 23 17:46:39 2024 +0000
gnu: magic-wormhole: Add licenses prefix.
Sort modules alphabetically and add prefix for licenses module.
* gnu/packages/magic-wormhole.scm (magic-wormhole-mailbox-server,
magic-wormhole-transit-relay, magic-wormhole) [license]: Use prefix.
Change-Id: I2eac5730c9257fe435af102541bea4cdd9c66845
---
gnu/packages/magic-wormhole.scm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/magic-wormhole.scm b/gnu/packages/magic-wormhole.scm
index 3b3488682e..40d4773099 100644
--- a/gnu/packages/magic-wormhole.scm
+++ b/gnu/packages/magic-wormhole.scm
@@ -18,12 +18,12 @@
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
(define-module (gnu packages magic-wormhole)
- #:use-module (guix packages)
- #:use-module (guix download)
- #:use-module (guix gexp)
- #:use-module (guix licenses)
+ #:use-module ((guix licenses) #:prefix license:)
#:use-module (guix build-system pyproject)
#:use-module (guix build-system python)
+ #:use-module (guix download)
+ #:use-module (guix gexp)
+ #:use-module (guix packages)
#:use-module (gnu packages check)
#:use-module (gnu packages python-check)
#:use-module (gnu packages python-crypto)
@@ -67,7 +67,7 @@
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 expat)))
+ (license license:expat)))
(define-public magic-wormhole-transit-relay
(package
@@ -104,7 +104,7 @@ 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 expat)))
+ (license license:expat)))
(define-public magic-wormhole
(package
@@ -158,4 +158,4 @@ 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.")
- (license expat)))
+ (license license:expat)))
- 04/12: gnu: magic-wormhole: Fix indentation., (continued)
- 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, 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 <=
- 09/12: gnu: magic-wormhole-mailbox-server: Fix indentation., guix-commits, 2024/03/23