dnsmonster: update GitHub owner name
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user