mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
gnu: guile-gnunet: Use https URL.
* gnu/packages/gnunet.scm (guile-gnunet)[home-page]: Use https URL.
This commit is contained in:
parent
175b259cca
commit
cc04b099ca
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ (define-public guile-gnunet ;GSoC 2015!
|
|||
"This package provides Guile bindings to the client libraries of various
|
||||
GNUnet services, including the @dfn{identity} and @dfn{file sharing}
|
||||
services.")
|
||||
(home-page "http://gnu.org/software/guix")
|
||||
(home-page "https://gnu.org/software/guix")
|
||||
(license license:gpl3+))))
|
||||
|
||||
;; FIXME: "gnunet-setup" segfaults under certain conditions and "gnunet-gtk"
|
||||
|
|
Loading…
Reference in a new issue