dnsmonster: update changelog URL

Changed files
+1 -1
pkgs
by-name
dn
dnsmonster
+1 -1
pkgs/by-name/dn/dnsmonster/package.nix
···
meta = {
description = "Passive DNS Capture and Monitoring Toolkit";
homepage = "https://github.com/mosajjal/dnsmonster";
-
changelog = "https://github.com/mosajjal/dnsmonster/releases/tag/v${version}";
+
changelog = "https://github.com/mosajjal/dnsmonster/releases/tag/${src.tag}";
license = lib.licenses.gpl2Only;
maintainers = with lib.maintainers; [ fab ];
broken = stdenv.hostPlatform.isDarwin;