guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: talloc: Change source URI to use https.


From: Mark H. Weaver
Subject: 01/01: gnu: talloc: Change source URI to use https.
Date: Tue, 16 Jun 2015 18:21:22 +0000

mhw pushed a commit to branch master
in repository guix.

commit 01e64ef50434e663b0f3488dcba0b99bf6ed7a83
Author: Mark H Weaver <address@hidden>
Date:   Tue Jun 16 14:20:06 2015 -0400

    gnu: talloc: Change source URI to use https.
    
    * gnu/packages/samba.scm (talloc)[source]: Change URI to use https.
---
 gnu/packages/samba.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm
index 3586630..d7223bc 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -171,7 +171,7 @@ Desktops into Active Directory environments using the 
winbind daemon.")
     (version "2.1.2")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://www.samba.org/ftp/talloc/talloc-";
+              (uri (string-append "https://www.samba.org/ftp/talloc/talloc-";
                                   version ".tar.gz"))
               (sha256
                (base32



reply via email to

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