ruff: add meta.mainProgram
This commit is contained in:
@@ -65,6 +65,7 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/astral-sh/ruff";
|
||||
changelog = "https://github.com/astral-sh/ruff/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
mainProgram = "ruff";
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user