From 63ae6defdd3cf2e3338d2207f564f4fbdce55591 Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Sun, 6 Aug 2023 20:23:05 +1000 Subject: [PATCH] clusterctl: remove maintainer --- pkgs/applications/networking/cluster/clusterctl/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/cluster/clusterctl/default.nix b/pkgs/applications/networking/cluster/clusterctl/default.nix index 23564707d24d..9e89ebee618a 100644 --- a/pkgs/applications/networking/cluster/clusterctl/default.nix +++ b/pkgs/applications/networking/cluster/clusterctl/default.nix @@ -43,6 +43,6 @@ buildGoModule rec { description = "Kubernetes cluster API tool"; homepage = "https://cluster-api.sigs.k8s.io/"; license = licenses.asl20; - maintainers = with maintainers; [ zowoq qjoly ]; + maintainers = with maintainers; [ qjoly ]; }; }