rustscan: add bodier123 as maintainer (#493768)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user