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

uv: add GaetanLepage as maintainer

parent 3bcf9c10
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };
}