guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: BIND: Use HTTPS source URL.


From: Leo Famulari
Subject: 02/02: gnu: BIND: Use HTTPS source URL.
Date: Mon, 13 Aug 2018 12:55:46 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit ff6436307ef5e5e0f090758f839215e5296181eb
Author: Leo Famulari <address@hidden>
Date:   Mon Aug 13 12:54:08 2018 -0400

    gnu: BIND: Use HTTPS source URL.
    
    * gnu/packages/dns.scm (isc-bind)[source]: Use HTTPS URL.
---
 gnu/packages/dns.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 6f3c2fe..0e80adf 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -108,7 +108,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
     (source (origin
               (method url-fetch)
               (uri (string-append
-                    "ftp://ftp.isc.org/isc/bind9/"; version "/" name "-"
+                    "https://ftp.isc.org/isc/bind9/"; version "/" name "-"
                     version ".tar.gz"))
               (sha256
                (base32



reply via email to

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