gnu: iperf: Use HTTPS home page.
* gnu/packages/networking.scm (iperf)[home-page]: Use HTTPS.
This commit is contained in:
parent
91fa58c739
commit
1bcf4ba44b
1 changed files with 1 additions and 1 deletions
|
@ -1516,7 +1516,7 @@ that block port 22.")
|
||||||
supports tuning of various parameters related to timing, buffers and
|
supports tuning of various parameters related to timing, buffers and
|
||||||
protocols (TCP, UDP, SCTP with IPv4 and IPv6). For each test it reports
|
protocols (TCP, UDP, SCTP with IPv4 and IPv6). For each test it reports
|
||||||
the bandwidth, loss, and other parameters.")
|
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 (list license:bsd-3 ; Main distribution.
|
||||||
license:ncsa ; src/{units,iperf_locale,tcp_window_size}.c
|
license:ncsa ; src/{units,iperf_locale,tcp_window_size}.c
|
||||||
license:expat ; src/{cjson,net}.[ch]
|
license:expat ; src/{cjson,net}.[ch]
|
||||||
|
|
Reference in a new issue