about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-03-28 16:34:13 +0200
committerGitHub <noreply@github.com>2022-03-28 16:34:13 +0200
commit970a37ff47cd143223058aff14c89cf5499366ca (patch)
treea377ff1889056321006eade7fadd7177368aeb9c /pkgs/servers
parent14371cd82c212461ebe6bfef1ce501d226ba9e6b (diff)
parentb53ee0c6eb7b9b07224477f892b5474222d8d910 (diff)
Merge pull request #165962 from SuperSandro2000/bind
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;