mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
rustscan: add bodier123 as maintainer (#493768)
This commit is contained in:
commit
bf4d647f98
2 changed files with 7 additions and 1 deletions
|
|
@ -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";
|
||||
};
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue