ruff-lsp: add meta.mainProgram
This commit is contained in:
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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user