summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/kuttl/default.nix
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2021-07-12 12:51:53 +0200
committerFelix Buehler <account@buehler.rocks>2021-07-19 14:55:48 +0200
commite4e631ebb81da8b76f9159736b63c727c05aa4db (patch)
tree01fa83af645f1ac37347adba8c0718f580e0e81e /pkgs/applications/networking/cluster/kuttl/default.nix
parent62c3e45f3056c0fdf6efc05e4a87e208ed12f989 (diff)
downloadnixpkgs-e4e631ebb81da8b76f9159736b63c727c05aa4db.tar
nixpkgs-e4e631ebb81da8b76f9159736b63c727c05aa4db.tar.gz
nixpkgs-e4e631ebb81da8b76f9159736b63c727c05aa4db.tar.bz2
nixpkgs-e4e631ebb81da8b76f9159736b63c727c05aa4db.tar.lz
nixpkgs-e4e631ebb81da8b76f9159736b63c727c05aa4db.tar.xz
nixpkgs-e4e631ebb81da8b76f9159736b63c727c05aa4db.tar.zst
nixpkgs-e4e631ebb81da8b76f9159736b63c727c05aa4db.zip
applications/networking: /s/name/pname&version/
Diffstat (limited to 'pkgs/applications/networking/cluster/kuttl/default.nix')
-rw-r--r--pkgs/applications/networking/cluster/kuttl/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/kuttl/default.nix b/pkgs/applications/networking/cluster/kuttl/default.nix
index 0c8f7f1574c..dfa06cc6968 100644
--- a/pkgs/applications/networking/cluster/kuttl/default.nix
+++ b/pkgs/applications/networking/cluster/kuttl/default.nix
@@ -1,7 +1,6 @@
 { lib, buildGoModule, fetchFromGitHub}:
 
 buildGoModule rec {
-  name = "kuttl";
   pname = "kuttl";
   version = "0.9.0";
   cli = "kubectl-kuttl";