1 { lib, bundlerApp, bundlerUpdateScript }:
8 passthru.updateScript = bundlerUpdateScript "td";
11 description = "CLI to manage data on Treasure Data, the Hadoop-based cloud data warehousing";
12 homepage = "https://github.com/treasure-data/td";
13 license = licenses.asl20;
14 maintainers = with maintainers; [ groodt nicknovitski ];
15 platforms = platforms.unix;