aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2021-02-18 13:24:25 -0500
committerLeo Famulari <leo@famulari.name>2021-02-18 13:25:56 -0500
commit11feecc23a20ad98088a2ed7b7b8a8940550e0ff (patch)
treeed8b61cf444171bb7f2756735d15bfb4533a3b18
parentcaf8f369b09f71028cf69f3a032a666cdd29ae5c (diff)
downloadguix-11feecc23a20ad98088a2ed7b7b8a8940550e0ff.tar
guix-11feecc23a20ad98088a2ed7b7b8a8940550e0ff.tar.gz
gnu: BIND: Point out where to find the release notes.
The isc.org web page is hard to navigate and designed to steer users into support contracts, so let's give a hint for Guix packagers. * gnu/packages/dns.scm (bind): Add comment.
-rw-r--r--gnu/packages/dns.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 1b98efcb19..2c4008559f 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -317,6 +317,8 @@ and BOOTP/TFTP for network booting of diskless machines.")
(package
(name "bind")
;; When updating, check whether isc-dhcp's bundled copy should be as well.
+ ;; The BIND release notes are available here:
+ ;; https://www.isc.org/bind/
(version "9.16.12")
(source (origin
(method url-fetch)