Skip to content

Commit

Permalink
Merge pull request NixOS#285782 from augustebaum/patch-4
Browse files Browse the repository at this point in the history
ruff-lsp: add `meta.mainProgram`
  • Loading branch information
drupol authored Feb 5, 2024
2 parents ca2efd0 + 9aab369 commit b42f7df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/tools/language-servers/ruff-lsp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}

0 comments on commit b42f7df

Please sign in to comment.