Unverified Commit 3fbeae37 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

hue-cli: move to by-name (#427498)

parents 6680f22c b397288f
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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
    ];
+0 −2
Original line number Diff line number Diff line
@@ -12524,8 +12524,6 @@ with pkgs;

  hpmyroom = libsForQt5.callPackage ../applications/networking/hpmyroom { };

  hue-cli = callPackage ../tools/networking/hue-cli { };

  hugin = callPackage ../applications/graphics/hugin {
    wxGTK = wxGTK32;
  };