gnu: BIND: Use HTTPS source URL.
* gnu/packages/dns.scm (isc-bind)[source]: Use HTTPS URL.master
parent
8198b3db0b
commit
ff6436307e
|
@ -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
|
||||
|
|
Reference in New Issue