ruff: add GaetanLepage as maintainer

This commit is contained in:
Gaetan Lepage 2024-05-29 07:56:49 +02:00
parent db7bf590aa
commit fbe8b24af1

View File

@ -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
];
};
}