lol

hue-cli: move to by-name

+4 -6
pkgs/tools/networking/hue-cli/Gemfile pkgs/by-name/hu/hue-cli/Gemfile
pkgs/tools/networking/hue-cli/Gemfile.lock pkgs/by-name/hu/hue-cli/Gemfile.lock
+4 -4
pkgs/tools/networking/hue-cli/default.nix pkgs/by-name/hu/hue-cli/package.nix
··· 11 11 12 12 passthru.updateScript = bundlerUpdateScript "hue-cli"; 13 13 14 - meta = with lib; { 14 + meta = { 15 15 description = "Command line interface for controlling Philips Hue system's lights and bridge"; 16 16 homepage = "https://github.com/birkirb/hue-cli"; 17 - license = licenses.mit; 18 - platforms = platforms.unix; 19 - maintainers = with maintainers; [ 17 + license = lib.licenses.mit; 18 + platforms = lib.platforms.unix; 19 + maintainers = with lib.maintainers; [ 20 20 manveru 21 21 nicknovitski 22 22 ];
pkgs/tools/networking/hue-cli/gemset.nix pkgs/by-name/hu/hue-cli/gemset.nix
-2
pkgs/top-level/all-packages.nix
··· 12508 12508 12509 12509 hpmyroom = libsForQt5.callPackage ../applications/networking/hpmyroom { }; 12510 12510 12511 - hue-cli = callPackage ../tools/networking/hue-cli { }; 12512 - 12513 12511 hugin = callPackage ../applications/graphics/hugin { 12514 12512 wxGTK = wxGTK32; 12515 12513 };