[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/12: gnu: magic-wormhole: Fix home page.
From: |
guix-commits |
Subject: |
12/12: gnu: magic-wormhole: Fix home page. |
Date: |
Sat, 23 Mar 2024 16:59:39 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit 28bc0e870b4d48b8e3e773382bb0e999df2e3611
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Mar 23 20:55:48 2024 +0000
gnu: magic-wormhole: Fix home page.
* gnu/packages/magic-wormhole.scm (magic-wormhole-mailbox-server,
magic-wormhole-transit-relay, magic-wormhole)
[home-page]: Fix it after a lint warning of permanent redirection.
Change-Id: Ie0e8a8b0af982e46c05ae7dfc8f375cc18632c67
---
gnu/packages/magic-wormhole.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/magic-wormhole.scm b/gnu/packages/magic-wormhole.scm
index a804ff3225..3c63319710 100644
--- a/gnu/packages/magic-wormhole.scm
+++ b/gnu/packages/magic-wormhole.scm
@@ -52,7 +52,7 @@
python-six
python-treq
python-twisted))
- (home-page "https://github.com/warner/magic-wormhole-mailbox-server")
+ (home-page
"https://github.com/magic-wormhole/magic-wormhole-mailbox-server")
(synopsis "Magic-Wormhole central mailbox server")
(description
"This package provides the main server that Magic-Wormhole clients
@@ -88,7 +88,7 @@ connection, or through a transit-relay.")
(list python-mock python-pytest))
(propagated-inputs
(list python-twisted))
- (home-page "https://github.com/warner/magic-wormhole-transit-relay")
+ (home-page
"https://github.com/magic-wormhole/magic-wormhole-transit-relay")
(synopsis "Magic-Wormhole relay server")
(description
"This package provides the Magic-Wormhole Transit Relay server, which
@@ -136,7 +136,7 @@ together, allowing them to pretend they have a direct
connection.")
python-tqdm
python-twisted
python-txtorcon))
- (home-page "https://github.com/warner/magic-wormhole")
+ (home-page "https://github.com/magic-wormhole/magic-wormhole")
(synopsis "Securely transfer data between computers")
(description
"Magic-Wormhole is a library and a command-line tool named wormhole,
- 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 <=
- 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, 2024/03/23