From 9b39cbf646946f94635b54a8ff64c2fc63a8e53d Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 18 Jul 2024 19:45:31 -0400 Subject: [PATCH] turbo: add maintainer getchoo --- pkgs/by-name/tu/turbo-unwrapped/package.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"; }; }