uv: add GaetanLepage as maintainer

This commit is contained in:
Gaetan Lepage 2024-04-27 20:30:06 +02:00
parent 3bcf9c10ce
commit e8da693588
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/astral-sh/uv";
changelog = "https://github.com/astral-sh/uv/blob/${src.rev}/CHANGELOG.md";
license = with licenses; [ asl20 mit ];
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ GaetanLepage ];
mainProgram = "uv";
};
}