gnu: openvswitch: Update home page.

* gnu/packages/networking.scm (openvswitch)[source, home-page]: Use HTTPS.
This commit is contained in:
Marius Bakke 2019-06-04 18:53:40 +02:00
parent 3588419553
commit 034db23701
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -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