Commit fbe8b24a authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

ruff: add GaetanLepage as maintainer

parent db7bf590
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -58,6 +58,9 @@ rustPlatform.buildRustPackage rec {
    changelog = "https://github.com/astral-sh/ruff/releases/tag/v${version}";
    license = lib.licenses.mit;
    mainProgram = "ruff";
    maintainers = with lib.maintainers; [ figsoda ];
    maintainers = with lib.maintainers; [
      figsoda
      GaetanLepage
    ];
  };
}