diff options
-rw-r--r-- | gnu/packages/dns.scm | 2 |
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) |