mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: openconnect: Use HTTPS home page.
* gnu/packages/vpn.scm (openconnect)[home-page]: Use HTTPS.
This commit is contained in:
parent
3a1d01ca32
commit
8b1d0ff43c
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ (define-public openconnect
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue