1 { lib, bundlerApp, bundlerUpdateScript }:
8 passthru.updateScript = bundlerUpdateScript "pt";
11 description = "Minimalist command-line Pivotal Tracker client";
12 homepage = "http://www.github.com/raul/pt";
13 license = licenses.mit;
14 maintainers = with maintainers; [ ebzzry manveru nicknovitski ];
15 platforms = platforms.unix;