rustscan: add bodier123 as maintainer (#493768)

This commit is contained in:
Michael Daniels 2026-03-03 23:30:42 +00:00 committed by GitHub
commit bf4d647f98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View file

@ -3684,6 +3684,12 @@
githubId = 6375609;
name = "Bob van der Linden";
};
bodier123 = {
email = "brubacher.1@gmail.com";
github = "bodier123";
githubId = 71633864;
name = "Bodie";
};
bodil = {
email = "nix@bodil.org";
github = "bodil";

View file

@ -44,7 +44,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
homepage = "https://github.com/RustScan/RustScan";
changelog = "https://github.com/RustScan/RustScan/releases/tag/${finalAttrs.version}";
license = lib.licenses.gpl3Only;
maintainers = [ ];
maintainers = with lib.maintainers; [ bodier123 ];
mainProgram = "rustscan";
};
})