diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-01-17 21:41:19 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-01-19 00:03:25 +0100 |
commit | 8b1d0ff43c034d3ecabbc58aab255565ff83185a (patch) | |
tree | 82237a9d7afc0bab63175755f285b497be7a4ed0 | |
parent | 3a1d01ca324c9cba55a33fb1f0d9007cc01e65da (diff) | |
download | patches-8b1d0ff43c034d3ecabbc58aab255565ff83185a.tar patches-8b1d0ff43c034d3ecabbc58aab255565ff83185a.tar.gz |
gnu: openconnect: Use HTTPS home page.
* gnu/packages/vpn.scm (openconnect)[home-page]: Use HTTPS.
-rw-r--r-- | gnu/packages/vpn.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm index b722025a03..d0a37502e2 100644 --- a/gnu/packages/vpn.scm +++ b/gnu/packages/vpn.scm @@ -269,7 +269,7 @@ supported by the ASA5500 Series, by IOS 12.4(9)T or later on Cisco SR500, 870, 880, 1800, 2800, 3800, 7200 Series and Cisco 7301 Routers, and probably others.") (license license:lgpl2.1) - (home-page "http://www.infradead.org/openconnect/"))) + (home-page "https://www.infradead.org/openconnect/"))) (define-public openvpn (package |