Merge pull request #285782 from augustebaum/patch-4
ruff-lsp: add `meta.mainProgram`
This commit is contained in:
commit
b42f7df89d
@ -64,10 +64,11 @@ buildPythonPackage rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
changelog = "https://github.com/astral-sh/ruff-lsp/releases/tag/v${version}";
|
||||||
description = "A Language Server Protocol implementation for Ruff";
|
description = "A Language Server Protocol implementation for Ruff";
|
||||||
homepage = "https://github.com/astral-sh/ruff-lsp";
|
homepage = "https://github.com/astral-sh/ruff-lsp";
|
||||||
changelog = "https://github.com/astral-sh/ruff-lsp/releases/tag/v${version}";
|
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
mainProgram = "ruff-lsp";
|
||||||
maintainers = with maintainers; [ figsoda kalekseev ];
|
maintainers = with maintainers; [ figsoda kalekseev ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user