Unverified Commit bf4d647f authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

rustscan: add bodier123 as maintainer (#493768)

parents 0f19c2f3 08e88a00
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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";
  };
})