about summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2022-05-06 23:57:57 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2022-05-06 23:57:57 +0200
commit8fa20691d82463928e2ee14ec23851d7a24fcad9 (patch)
tree34b68bdfe97c6d995238f00abf45097cfc44594e /pkgs/tools/security
parent3091ea820f08c0125083286b8dcbefdcff4075ee (diff)
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; [ ];
   };
 }