dnsmonster: update GitHub owner name

This commit is contained in:
Sigmanificient
2026-04-30 02:49:40 +02:00
parent d1fdc43b50
commit a8e0ca4bc9
+3 -3
View File
@@ -11,7 +11,7 @@ buildGo125Module (finalAttrs: {
version = "1.2.5";
src = fetchFromGitHub {
owner = "mosajjal";
owner = "FenkoHQ";
repo = "dnsmonster";
tag = "v${finalAttrs.version}";
hash = "sha256-Ae7SzImNHOOpaaVLFHdfLrwGhaHkvZBt+s/sRoHYwzk=";
@@ -29,8 +29,8 @@ buildGo125Module (finalAttrs: {
meta = {
description = "Passive DNS Capture and Monitoring Toolkit";
homepage = "https://github.com/mosajjal/dnsmonster";
changelog = "https://github.com/mosajjal/dnsmonster/releases/tag/${finalAttrs.src.tag}";
homepage = "https://github.com/FenkoHQ/dnsmonster";
changelog = "https://github.com/FenkoHQ/dnsmonster/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.gpl2Only;
maintainers = with lib.maintainers; [ fab ];
broken = stdenv.hostPlatform.isDarwin;