mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: openvswitch: Update home page.
* gnu/packages/networking.scm (openvswitch)[source, home-page]: Use HTTPS.
This commit is contained in:
parent
3588419553
commit
034db23701
1 changed files with 2 additions and 2 deletions
|
@ -1489,7 +1489,7 @@ (define-public openvswitch
|
|||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"http://openvswitch.org/releases/openvswitch-"
|
||||
"https://www.openvswitch.org/releases/openvswitch-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
|
@ -1529,7 +1529,7 @@ (define-public openvswitch
|
|||
`(("libcap-ng" ,libcap-ng)
|
||||
("openssl" ,openssl)))
|
||||
(synopsis "Virtual network switch")
|
||||
(home-page "http://www.openvswitch.org/")
|
||||
(home-page "https://www.openvswitch.org/")
|
||||
(description
|
||||
"Open vSwitch is a multilayer virtual switch. It is designed to enable
|
||||
massive network automation through programmatic extension, while still
|
||||
|
|
Loading…
Reference in a new issue