ruff-lsp: add meta.mainProgram

This commit is contained in:
Auguste Baum
2024-02-05 09:43:57 +01:00
committed by Auguste Baum
parent 226636176d
commit 9aab3699d4
@@ -64,10 +64,11 @@ buildPythonPackage rec {
];
meta = with lib; {
changelog = "https://github.com/astral-sh/ruff-lsp/releases/tag/v${version}";
description = "A Language Server Protocol implementation for Ruff";
homepage = "https://github.com/astral-sh/ruff-lsp";
changelog = "https://github.com/astral-sh/ruff-lsp/releases/tag/v${version}";
license = licenses.mit;
mainProgram = "ruff-lsp";
maintainers = with maintainers; [ figsoda kalekseev ];
};
}