diff options
author | ng0 <ng0@we.make.ritual.n0.is> | 2016-08-27 13:38:36 +0000 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-08-30 03:25:08 -0400 |
commit | cc04b099ca359ca7d701058831064197e8611311 (patch) | |
tree | 326fb7213e38749bfbc8df3675203e387ca2fafc /gnu/packages/gnunet.scm | |
parent | 175b259ccac46f40cfc1e3e49cdfb5dbbf30dc62 (diff) | |
download | guix-cc04b099ca359ca7d701058831064197e8611311.tar guix-cc04b099ca359ca7d701058831064197e8611311.tar.gz |
gnu: guile-gnunet: Use https URL.
* gnu/packages/gnunet.scm (guile-gnunet)[home-page]: Use https URL.
Diffstat (limited to 'gnu/packages/gnunet.scm')
-rw-r--r-- | gnu/packages/gnunet.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index 525cddc701..cdc9872fef 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -306,7 +306,7 @@ kinds of basic applications for the foundation of a GNU internet.") "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" |