mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
turbo: add maintainer getchoo
This commit is contained in:
parent
a6155fc2c3
commit
9b39cbf646
@ -87,7 +87,10 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://turbo.build/";
|
||||
changelog = "https://github.com/vercel/turbo/releases/tag/v${version}";
|
||||
license = lib.licenses.mpl20;
|
||||
maintainers = with lib.maintainers; [ dlip ];
|
||||
maintainers = with lib.maintainers; [
|
||||
dlip
|
||||
getchoo
|
||||
];
|
||||
mainProgram = "turbo";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user