1 { lib, bundlerApp, bundlerUpdateScript }:
8 passthru.updateScript = bundlerUpdateScript "twurl";
11 description = "OAuth-enabled curl for the Twitter API";
12 homepage = "https://github.com/twitter/twurl";
14 maintainers = with maintainers; [ brecht ];
15 platforms = platforms.unix;
16 mainProgram = "twurl";