diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-17 22:24:21 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-17 23:32:33 +0100 |
commit | d61043c74f234d707737b4710d9478a57f2a8fc2 (patch) | |
tree | e887fda6006e75550ad0282e8521c7554a249bbc /gnu/packages/vpn.scm | |
parent | 13b09bfc5599a94f4c57f834d0b03000a8660d96 (diff) | |
download | gnu-guix-d61043c74f234d707737b4710d9478a57f2a8fc2.tar gnu-guix-d61043c74f234d707737b4710d9478a57f2a8fc2.tar.gz |
gnu: vpnc: Use HTTPS home page.
* gnu/packages/vpn.scm (vpnc)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/vpn.scm')
-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 44d27dc119..e29c1e7d03 100644 --- a/gnu/packages/vpn.scm +++ b/gnu/packages/vpn.scm @@ -118,7 +118,7 @@ shared-secret IPSec authentication with Xauth, AES (256, 192, 128), 3DES, 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")) |