mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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
This commit is contained in:
parent
edf7bd05e1
commit
28bc0e870b
1 changed files with 3 additions and 3 deletions
|
@ -52,7 +52,7 @@ (define-public magic-wormhole-mailbox-server
|
|||
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 @@ (define-public magic-wormhole-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 @@ (define-public magic-wormhole
|
|||
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,
|
||||
|
|
Loading…
Reference in a new issue