diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-06-04 18:53:40 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-06-05 00:37:39 +0200 |
commit | 034db23701becb616d2903f711d0a10760e346c9 (patch) | |
tree | a2c0989508a5c69845ac19d8cc5aab2629a291e8 /gnu | |
parent | 3588419553176daadcb59644037d169574542b42 (diff) |
gnu: openvswitch: Update home page.
* gnu/packages/networking.scm (openvswitch)[source, home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/networking.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index bb11154978..887398f670 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -1489,7 +1489,7 @@ procedure calls (RPCs).") (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 @@ procedure calls (RPCs).") `(("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 |