about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-03-27 17:48:45 +0200
committerGitHub <noreply@github.com>2022-03-27 17:48:45 +0200
commitb53ee0c6eb7b9b07224477f892b5474222d8d910 (patch)
treed8739064d1158aae3b15cb1851cefc6e785ba562 /pkgs/servers
parent85a633de9fb69e1becebe8d69dbf8ad12b06e08d (diff)
bind: add meta.changelog
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/dns/bind/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/dns/bind/default.nix b/pkgs/servers/dns/bind/default.nix
index 81722805e2731..9dbaa744b30fa 100644
--- a/pkgs/servers/dns/bind/default.nix
+++ b/pkgs/servers/dns/bind/default.nix
@@ -77,7 +77,7 @@ stdenv.mkDerivation rec {
     homepage = "https://www.isc.org/bind/";
     description = "Domain name server";
     license = licenses.mpl20;
-
+    changelog = "https://downloads.isc.org/isc/bind9/cur/${lib.versions.majorMinor version}/CHANGES";
     maintainers = with maintainers; [ globin ];
     platforms = platforms.unix;