mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: tinc: Use HTTPS for sources and home page.
* gnu/packages/vpn.scm (tinc)[source, home-page]: Use HTTPS.
This commit is contained in:
parent
dea0178fb1
commit
e81ddedaef
1 changed files with 2 additions and 2 deletions
|
@ -315,7 +315,7 @@ (define-public tinc
|
||||||
(version "1.0.35")
|
(version "1.0.35")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://tinc-vpn.org/packages/"
|
(uri (string-append "https://tinc-vpn.org/packages/"
|
||||||
name "-" version ".tar.gz"))
|
name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
@ -328,7 +328,7 @@ (define-public tinc
|
||||||
(inputs `(("zlib" ,zlib)
|
(inputs `(("zlib" ,zlib)
|
||||||
("lzo" ,lzo)
|
("lzo" ,lzo)
|
||||||
("openssl" ,openssl)))
|
("openssl" ,openssl)))
|
||||||
(home-page "http://tinc-vpn.org")
|
(home-page "https://tinc-vpn.org")
|
||||||
(synopsis "Virtual Private Network (VPN) daemon")
|
(synopsis "Virtual Private Network (VPN) daemon")
|
||||||
(description
|
(description
|
||||||
"Tinc is a VPN that uses tunnelling and encryption to create a secure
|
"Tinc is a VPN that uses tunnelling and encryption to create a secure
|
||||||
|
|
Loading…
Reference in a new issue