about summary refs log tree commit diff
path: root/pkgs/by-name/uv
diff options
context:
space:
mode:
authorGaetan Lepage <gaetan@glepage.com>2024-04-27 20:30:06 +0200
committerGaetan Lepage <gaetan@glepage.com>2024-04-27 20:30:06 +0200
commite8da693588000806c4a23d8c7d0cd4d233b4fca3 (patch)
tree8419f606fbb79a6d2107da8f46f027f5847e9e33 /pkgs/by-name/uv
parent3bcf9c10cef23a0ff2cf0649d3712b9bca4cbb2f (diff)
uv: add GaetanLepage as maintainer
Diffstat (limited to 'pkgs/by-name/uv')
-rw-r--r--pkgs/by-name/uv/uv/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/uv/uv/package.nix b/pkgs/by-name/uv/uv/package.nix
index 18e228052ed89..77f775d3793ee 100644
--- a/pkgs/by-name/uv/uv/package.nix
+++ b/pkgs/by-name/uv/uv/package.nix
@@ -65,7 +65,7 @@ rustPlatform.buildRustPackage rec {
     homepage = "https://github.com/astral-sh/uv";
     changelog = "https://github.com/astral-sh/uv/blob/${src.rev}/CHANGELOG.md";
     license = with licenses; [ asl20 mit ];
-    maintainers = with maintainers; [ ];
+    maintainers = with maintainers; [ GaetanLepage ];
     mainProgram = "uv";
   };
 }