guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: openvswitch: Update home page.


From: guix-commits
Subject: 03/04: gnu: openvswitch: Update home page.
Date: Tue, 4 Jun 2019 18:38:19 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 034db23701becb616d2903f711d0a10760e346c9
Author: Marius Bakke <address@hidden>
Date:   Tue Jun 4 18:53:40 2019 +0200

    gnu: openvswitch: Update home page.
    
    * gnu/packages/networking.scm (openvswitch)[source, home-page]: Use HTTPS.
---
 gnu/packages/networking.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index bb11154..887398f 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]