1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

uv: add GaetanLepage as maintainer

This commit is contained in:
Gaetan Lepage 2024-04-27 20:30:06 +02:00
parent 3bcf9c10ce
commit e8da693588

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";
};
}