rustscan: add bodier123 as maintainer (#493768)

This commit is contained in:
Michael Daniels
2026-03-03 23:30:42 +00:00
committed by GitHub
2 changed files with 7 additions and 1 deletions
+6
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";
+1 -1
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";
};
})