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:
parent
3bcf9c10ce
commit
e8da693588
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue