rustscan: remove myself from maintainers

This commit is contained in:
Sandro Jäckel 2022-05-06 23:57:57 +02:00
parent 3091ea820f
commit 8fa20691d8
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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; [ ];
};
}