me
/
guix
Archived
1
0
Fork 0

gnu: vpnc: Use https for source URL.

* gnu/packages/vpn.scm (vpnc)[source]: Use https protocol for source URL.
master
Ricardo Wurmus 2015-08-31 10:11:09 +02:00
parent 127b04d741
commit 594360f508
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ endpoints.")
(version "0.5.3")
(source (origin
(method url-fetch)
(uri (string-append "http://www.unix-ag.uni-kl.de/~massar/vpnc/vpnc-"
(uri (string-append "https://www.unix-ag.uni-kl.de/~massar/vpnc/vpnc-"
version ".tar.gz"))
(sha256 (base32
"1128860lis89g1s21hqxvap2nq426c9j4bvgghncc1zj0ays7kj6"))