mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: vpnc: Use HTTPS home page.
* gnu/packages/vpn.scm (vpnc)[home-page]: Use HTTPS.
This commit is contained in:
parent
13b09bfc55
commit
d61043c74f
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ (define-public vpnc
|
|||
1DES, MD5, SHA1, DH1/2/5 and IP tunneling. It runs entirely in userspace.
|
||||
Only \"Universal TUN/TAP device driver support\" is needed in the kernel.")
|
||||
(license license:gpl2+) ; some file are bsd-2, see COPYING
|
||||
(home-page "http://www.unix-ag.uni-kl.de/~massar/vpnc/")))
|
||||
(home-page "https://www.unix-ag.uni-kl.de/~massar/vpnc/")))
|
||||
|
||||
(define-public vpnc-scripts
|
||||
(let ((commit "1000e0f6dd7d6bff163169a46359211c1fc3a6d2"))
|
||||
|
|
Loading…
Reference in a new issue