Commit 63ae6def authored by zowoq's avatar zowoq
Browse files

clusterctl: remove maintainer

parent 6a29380d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}