diff --git a/pkgs/by-name/tu/turbo-unwrapped/package.nix b/pkgs/by-name/tu/turbo-unwrapped/package.nix index 5c4d72893ff2..42908110f865 100644 --- a/pkgs/by-name/tu/turbo-unwrapped/package.nix +++ b/pkgs/by-name/tu/turbo-unwrapped/package.nix @@ -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"; }; }