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";
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Command line interface for controlling Philips Hue system's lights and bridge";
|
||||
homepage = "https://github.com/birkirb/hue-cli";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [
|
||||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [
|
||||
manveru
|
||||
nicknovitski
|
||||
];
|
@ -12508,8 +12508,6 @@ with pkgs;
|
||||
|
||||
hpmyroom = libsForQt5.callPackage ../applications/networking/hpmyroom { };
|
||||
|
||||
hue-cli = callPackage ../tools/networking/hue-cli { };
|
||||
|
||||
hugin = callPackage ../applications/graphics/hugin {
|
||||
wxGTK = wxGTK32;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user