guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: vpnc: Use https for source URL.


From: Ricardo Wurmus
Subject: 02/02: gnu: vpnc: Use https for source URL.
Date: Sun, 20 Sep 2015 09:37:55 +0000

rekado pushed a commit to branch master
in repository guix.

commit 594360f508dad72dea67ecd28463e460fbe00f15
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Aug 31 10:11:09 2015 +0200

    gnu: vpnc: Use https for source URL.
    
    * gnu/packages/vpn.scm (vpnc)[source]: Use https protocol for source URL.
---
 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 4cd5cd9..6af87d2 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -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"))



reply via email to

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