turbo: add maintainer getchoo

This commit is contained in:
seth 2024-07-18 19:45:31 -04:00
parent a6155fc2c3
commit 9b39cbf646
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

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