From 9e314eff71f880f39e220d66ded8261195aeba5a Mon Sep 17 00:00:00 2001 From: liberodark Date: Tue, 22 Jul 2025 18:58:09 +0200 Subject: [PATCH] krane: move to by-name --- .../networking/cluster => by-name/kr}/krane/Gemfile | 0 .../networking/cluster => by-name/kr}/krane/Gemfile.lock | 0 .../networking/cluster => by-name/kr}/krane/gemset.nix | 0 .../krane/default.nix => by-name/kr/krane/package.nix} | 6 +++--- pkgs/top-level/all-packages.nix | 2 -- 5 files changed, 3 insertions(+), 5 deletions(-) rename pkgs/{applications/networking/cluster => by-name/kr}/krane/Gemfile (100%) rename pkgs/{applications/networking/cluster => by-name/kr}/krane/Gemfile.lock (100%) rename pkgs/{applications/networking/cluster => by-name/kr}/krane/gemset.nix (100%) rename pkgs/{applications/networking/cluster/krane/default.nix => by-name/kr/krane/package.nix} (80%) 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 { };