adreaper: update GitHub owner name

This commit is contained in:
Sigmanificient
2026-04-30 02:23:11 +02:00
parent 539d7fd4d3
commit 89d1a74ba4
+3 -3
View File
@@ -10,7 +10,7 @@ buildGoModule (finalAttrs: {
version = "1.1";
src = fetchFromGitHub {
owner = "AidenPearce369";
owner = "m0n1x90";
repo = "ADReaper";
rev = "ADReaperv${finalAttrs.version}";
sha256 = "sha256-+FCb5TV9MUcRyex2M4rn2RhcIsXQFbtm1T4r7MpcRQs=";
@@ -24,8 +24,8 @@ buildGoModule (finalAttrs: {
meta = {
description = "Enumeration tool for Windows Active Directories";
homepage = "https://github.com/AidenPearce369/ADReaper";
changelog = "https://github.com/AidenPearce369/ADReaper/releases/tag/ADReaperv${finalAttrs.version}";
homepage = "https://github.com/m0n1x90/ADReaper";
changelog = "https://github.com/m0n1x90/ADReaper/releases/tag/ADReaperv${finalAttrs.version}";
# Upstream doesn't have a license yet
# https://github.com/AidenPearce369/ADReaper/issues/2
license = with lib.licenses; [ unfree ];