clusterctl: remove maintainer

This commit is contained in:
zowoq
2023-08-06 23:44:06 +10:00
parent 6a29380d9b
commit 63ae6defdd
@@ -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 ];
};
}