guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: gnu: tinc: Use HTTPS for sources and home page.


From: Tobias Geerinckx-Rice
Subject: 01/05: gnu: tinc: Use HTTPS for sources and home page.
Date: Thu, 25 Oct 2018 20:33:55 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e81ddedaef5b298e52e46783c8e53b6351596a7b
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Oct 24 05:33:42 2018 +0200

    gnu: tinc: Use HTTPS for sources and home page.
    
    * gnu/packages/vpn.scm (tinc)[source, home-page]: Use HTTPS.
---
 gnu/packages/vpn.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index 44e736e..dcb1146 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -315,7 +315,7 @@ traversing network address translators (@dfn{NAT}s) and 
firewalls.")
     (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 @@ traversing network address translators (@dfn{NAT}s) and 
firewalls.")
     (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]