aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/networking/findomain/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/findomain/default.nix')
-rw-r--r--pkgs/tools/networking/findomain/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/findomain/default.nix b/pkgs/tools/networking/findomain/default.nix
index a98c634f9039..761e9eb4619b 100644
--- a/pkgs/tools/networking/findomain/default.nix
+++ b/pkgs/tools/networking/findomain/default.nix
@@ -31,6 +31,6 @@ rustPlatform.buildRustPackage rec {
description = "The fastest and cross-platform subdomain enumerator";
homepage = "https://github.com/Edu4rdSHL/findomain";
license = licenses.gpl3;
- maintainers = with maintainers; [ filalex77 ];
+ maintainers = with maintainers; [ Br1ght0ne ];
};
}