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 @@ 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 | ||||
|  |  | |||
		Reference in a new issue