gnu: tinc: Use HTTPS for sources and home page.

* gnu/packages/vpn.scm (tinc)[source, home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2018-10-24 05:33:42 +02:00
parent dea0178fb1
commit e81ddedaef
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -315,7 +315,7 @@ (define-public tinc
(version "1.0.35")
(source (origin
(method url-fetch)
(uri (string-append "http://tinc-vpn.org/packages/"
(uri (string-append "https://tinc-vpn.org/packages/"
name "-" version ".tar.gz"))
(sha256
(base32
@ -328,7 +328,7 @@ (define-public tinc
(inputs `(("zlib" ,zlib)
("lzo" ,lzo)
("openssl" ,openssl)))
(home-page "http://tinc-vpn.org")
(home-page "https://tinc-vpn.org")
(synopsis "Virtual Private Network (VPN) daemon")
(description
"Tinc is a VPN that uses tunnelling and encryption to create a secure