diff options
author | Sandro Jäckel | 2022-05-06 23:57:57 +0200 |
---|---|---|
committer | Sandro Jäckel | 2022-05-06 23:57:57 +0200 |
commit | 8fa20691d82463928e2ee14ec23851d7a24fcad9 (patch) | |
tree | 34b68bdfe97c6d995238f00abf45097cfc44594e /pkgs/tools/security/rustscan/default.nix | |
parent | 3091ea820f08c0125083286b8dcbefdcff4075ee (diff) |
rustscan: remove myself from maintainers
Diffstat (limited to 'pkgs/tools/security/rustscan/default.nix')
-rw-r--r-- | pkgs/tools/security/rustscan/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/rustscan/default.nix b/pkgs/tools/security/rustscan/default.nix index adf514006b15..8f7498083cc2 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; [ ]; }; } |