krane: move to by-name

This commit is contained in:
liberodark
2025-07-23 07:11:32 +02:00
parent 69b7416dd6
commit 9e314eff71
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 { };