about summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-05-08 19:46:22 +0800
committerGitHub <noreply@github.com>2022-05-08 19:46:22 +0800
commit3138c317c9e76eb88d21a62dfcfc3eac4c5a076c (patch)
tree5aec59d451a1f09c8f293b0632f6b6c49d33d920 /pkgs/tools/security
parent52f31d531b68d92f901310ea3a48999ac182df73 (diff)
parent8fa20691d82463928e2ee14ec23851d7a24fcad9 (diff)
Merge pull request #171871 from SuperSandro2000/rustscan
rustscan: remove myself from maintainers
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/rustscan/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/rustscan/default.nix b/pkgs/tools/security/rustscan/default.nix
index adf514006b153..8f7498083cc20 100644
--- a/pkgs/tools/security/rustscan/default.nix
+++ b/pkgs/tools/security/rustscan/default.nix
@@ -33,6 +33,6 @@ rustPlatform.buildRustPackage rec {
     description = "Faster Nmap Scanning with Rust";
     homepage = "https://github.com/RustScan/RustScan";
     license = licenses.gpl3Only;
-    maintainers = [ maintainers.SuperSandro2000 ];
+    maintainers = with maintainers; [ ];
   };
 }