1 { lib, bundlerApp, bundlerUpdateScript }:
8 passthru.updateScript = bundlerUpdateScript "hue-cli";
11 description = "Command line interface for controlling Philips Hue system's lights and bridge";
12 homepage = "https://github.com/birkirb/hue-cli";
13 license = licenses.mit;
14 platforms = platforms.unix;
15 maintainers = with maintainers; [ manveru nicknovitski ];