hue-cli: move to by-name
This commit is contained in:
parent
115b051e37
commit
b397288f96
@ -11,12 +11,12 @@ bundlerApp {
|
|||||||
|
|
||||||
passthru.updateScript = bundlerUpdateScript "hue-cli";
|
passthru.updateScript = bundlerUpdateScript "hue-cli";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "Command line interface for controlling Philips Hue system's lights and bridge";
|
description = "Command line interface for controlling Philips Hue system's lights and bridge";
|
||||||
homepage = "https://github.com/birkirb/hue-cli";
|
homepage = "https://github.com/birkirb/hue-cli";
|
||||||
license = licenses.mit;
|
license = lib.licenses.mit;
|
||||||
platforms = platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
maintainers = with maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
manveru
|
manveru
|
||||||
nicknovitski
|
nicknovitski
|
||||||
];
|
];
|
||||||
@ -12508,8 +12508,6 @@ with pkgs;
|
|||||||
|
|
||||||
hpmyroom = libsForQt5.callPackage ../applications/networking/hpmyroom { };
|
hpmyroom = libsForQt5.callPackage ../applications/networking/hpmyroom { };
|
||||||
|
|
||||||
hue-cli = callPackage ../tools/networking/hue-cli { };
|
|
||||||
|
|
||||||
hugin = callPackage ../applications/graphics/hugin {
|
hugin = callPackage ../applications/graphics/hugin {
|
||||||
wxGTK = wxGTK32;
|
wxGTK = wxGTK32;
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user