tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
clusterctl: remove maintainer
zowoq
2 years ago
63ae6def
6a29380d
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
cluster
clusterctl
default.nix
+1
-1
pkgs/applications/networking/cluster/clusterctl/default.nix
···
43
43
description = "Kubernetes cluster API tool";
44
44
homepage = "https://cluster-api.sigs.k8s.io/";
45
45
license = licenses.asl20;
46
46
-
maintainers = with maintainers; [ zowoq qjoly ];
46
46
+
maintainers = with maintainers; [ qjoly ];
47
47
};
48
48
}