diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 23:36:52 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-17 20:02:07 +0100 |
commit | 9bd0f41509ae405ed62f90af28769761fbe58a98 (patch) | |
tree | 1b31acb0cd2a9ae8c27b4eff021d539d414cd54c /gnu/packages/networking.scm | |
parent | 359b137cd62bbe9a3854bab692600acd8d487154 (diff) | |
download | gnu-guix-9bd0f41509ae405ed62f90af28769761fbe58a98.tar gnu-guix-9bd0f41509ae405ed62f90af28769761fbe58a98.tar.gz |
gnu: tftp-hpa: Use HTTPS home page.
* gnu/packages/networking.scm (tftp-hpa)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/networking.scm')
-rw-r--r-- | gnu/packages/networking.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 48b2570d9d..607416fe41 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -1724,7 +1724,7 @@ speedtest.net.") "This is a tftp client derived from OpenBSD tftp with some extra options added and bugs fixed. The source includes readline support but it is not enabled due to license conflicts between the BSD advertising clause and the GPL.") - (home-page "http://git.kernel.org/cgit/network/tftp/tftp-hpa.git/about/") + (home-page "https://git.kernel.org/cgit/network/tftp/tftp-hpa.git/about/") ;; Some source files are distributed under a 3-clause BSD license, and ;; others under a 4-clause BSD license. Refer to the files in the source ;; distribution for clarification. |