krane: move to by-name (#427510)

This commit is contained in:
Gaétan Lepage
2025-07-23 10:23:59 +02:00
committed by GitHub
5 changed files with 3 additions and 5 deletions
@@ -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 ];
};
}
-2
View File
@@ -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 { };