dnsmonster: update changelog URL

This commit is contained in:
Fabian Affolter
2025-08-03 09:15:26 +02:00
committed by GitHub
parent 314ad593a1
commit 195282b4d0
+1 -1
View File
@@ -30,7 +30,7 @@ buildGoModule rec {
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;