about summary refs log tree commit diff
path: root/pkgs/development/tools/ruff
diff options
context:
space:
mode:
authorGaetan Lepage <gaetan@glepage.com>2024-05-29 07:56:49 +0200
committerGaetan Lepage <gaetan@glepage.com>2024-05-29 07:56:49 +0200
commitfbe8b24af17a01a142b61a11d7687242628522b6 (patch)
tree41096ff81d74df2ae9a0ec6f5fe7723e2c26b506 /pkgs/development/tools/ruff
parentdb7bf590aaf81973bf7042d25e474cc749240e1c (diff)
ruff: add GaetanLepage as maintainer
Diffstat (limited to 'pkgs/development/tools/ruff')
-rw-r--r--pkgs/development/tools/ruff/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/development/tools/ruff/default.nix b/pkgs/development/tools/ruff/default.nix
index 8f847166c9af4..a04f03c6ec449 100644
--- a/pkgs/development/tools/ruff/default.nix
+++ b/pkgs/development/tools/ruff/default.nix
@@ -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
+    ];
   };
 }