diff --git a/pkgs/applications/networking/cluster/krane/Gemfile b/pkgs/by-name/kr/krane/Gemfile similarity index 100% rename from pkgs/applications/networking/cluster/krane/Gemfile rename to pkgs/by-name/kr/krane/Gemfile diff --git a/pkgs/applications/networking/cluster/krane/Gemfile.lock b/pkgs/by-name/kr/krane/Gemfile.lock similarity index 100% rename from pkgs/applications/networking/cluster/krane/Gemfile.lock rename to pkgs/by-name/kr/krane/Gemfile.lock diff --git a/pkgs/applications/networking/cluster/krane/gemset.nix b/pkgs/by-name/kr/krane/gemset.nix similarity index 100% rename from pkgs/applications/networking/cluster/krane/gemset.nix rename to pkgs/by-name/kr/krane/gemset.nix diff --git a/pkgs/applications/networking/cluster/krane/default.nix b/pkgs/by-name/kr/krane/package.nix similarity index 80% rename from pkgs/applications/networking/cluster/krane/default.nix rename to pkgs/by-name/kr/krane/package.nix index 93d3836492fd..7b08e8a59083 100644 --- a/pkgs/applications/networking/cluster/krane/default.nix +++ b/pkgs/by-name/kr/krane/package.nix @@ -11,11 +11,11 @@ bundlerApp { passthru.updateScript = bundlerUpdateScript "krane"; - meta = with lib; { + meta = { description = "Command-line tool that helps you ship changes to a Kubernetes namespace and understand the result"; homepage = "https://github.com/Shopify/krane"; changelog = "https://github.com/Shopify/krane/blob/main/CHANGELOG.md"; - license = licenses.mit; - maintainers = with maintainers; [ kira-bruneau ]; + license = lib.licenses.mit; + maintainers = with lib.maintainers; [ kira-bruneau ]; }; } diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index e303fbe558d8..07c19e3e94aa 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -12874,8 +12874,6 @@ with pkgs; callPackage ../applications/networking/instant-messengers/telegram/kotatogram-desktop { }; - krane = callPackage ../applications/networking/cluster/krane { }; - ktimetracker = libsForQt5.callPackage ../applications/office/ktimetracker { }; kubeval = callPackage ../applications/networking/cluster/kubeval { };