Unverified Commit dac6982f authored by Yaroslav Bolyukin's avatar Yaroslav Bolyukin
Browse files

python3Packages.vllm: add lach to maintainers

parent 85306e27
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -133,7 +133,7 @@ buildPythonPackage rec {
    changelog = "https://github.com/vllm-project/vllm/releases/tag/v${version}";
    homepage = "https://github.com/vllm-project/vllm";
    license = licenses.asl20;
    maintainers = with maintainers; [ happysalada ];
    maintainers = with maintainers; [ happysalada lach ];
    broken = !cudaSupport && !rocmSupport;
  };
}