mhw pushed a commit to branch master
in repository guix.

commit 01e64ef50434e663b0f3488dcba0b99bf6ed7a83
Author: Mark H Weaver <[email protected]>
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