mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
ruff: add GaetanLepage as maintainer
This commit is contained in:
parent
db7bf590aa
commit
fbe8b24af1
@ -58,6 +58,9 @@ rustPlatform.buildRustPackage rec {
|
||||
changelog = "https://github.com/astral-sh/ruff/releases/tag/v${version}";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "ruff";
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = with lib.maintainers; [
|
||||
figsoda
|
||||
GaetanLepage
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user