diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 22:49:36 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-09 23:55:42 +0100 |
commit | 1bcf4ba44b5f66be44aae7c075237bfd8214d81d (patch) | |
tree | 1d92687a7191118eef641d646581917e54b10369 | |
parent | 91fa58c73981d2a603069705f0802b1e629ee69e (diff) | |
download | patches-1bcf4ba44b5f66be44aae7c075237bfd8214d81d.tar patches-1bcf4ba44b5f66be44aae7c075237bfd8214d81d.tar.gz |
gnu: iperf: Use HTTPS home page.
* gnu/packages/networking.scm (iperf)[home-page]: Use HTTPS.
-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 eddfffd662..1840f1c0f2 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -1516,7 +1516,7 @@ that block port 22.") supports tuning of various parameters related to timing, buffers and protocols (TCP, UDP, SCTP with IPv4 and IPv6). For each test it reports the bandwidth, loss, and other parameters.") - (home-page "http://software.es.net/iperf/") + (home-page "https://software.es.net/iperf/") (license (list license:bsd-3 ; Main distribution. license:ncsa ; src/{units,iperf_locale,tcp_window_size}.c license:expat ; src/{cjson,net}.[ch] |