gnu: openvswitch: Update home page.
* gnu/packages/networking.scm (openvswitch)[source, home-page]: Use HTTPS.
This commit is contained in:
parent
3588419553
commit
034db23701
|
@ -1489,7 +1489,7 @@ procedure calls (RPCs).")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"http://openvswitch.org/releases/openvswitch-"
|
"https://www.openvswitch.org/releases/openvswitch-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
@ -1529,7 +1529,7 @@ procedure calls (RPCs).")
|
||||||
`(("libcap-ng" ,libcap-ng)
|
`(("libcap-ng" ,libcap-ng)
|
||||||
("openssl" ,openssl)))
|
("openssl" ,openssl)))
|
||||||
(synopsis "Virtual network switch")
|
(synopsis "Virtual network switch")
|
||||||
(home-page "http://www.openvswitch.org/")
|
(home-page "https://www.openvswitch.org/")
|
||||||
(description
|
(description
|
||||||
"Open vSwitch is a multilayer virtual switch. It is designed to enable
|
"Open vSwitch is a multilayer virtual switch. It is designed to enable
|
||||||
massive network automation through programmatic extension, while still
|
massive network automation through programmatic extension, while still
|
||||||
|
|
Loading…
Reference in New Issue