turbo: add maintainer getchoo

This commit is contained in:
seth
2024-08-10 02:48:45 -04:00
parent a6155fc2c3
commit 9b39cbf646
+4 -1
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";
};
}