kube-router: maintainers: drop colemickens

This commit is contained in:
Cole Mickens
2024-12-23 15:51:07 -03:00
parent 5dadb1771a
commit 1a7cea48b6
+1 -1
View File
@@ -31,7 +31,7 @@ buildGoModule rec {
description = "All-in-one router, firewall and service proxy for Kubernetes";
mainProgram = "kube-router";
license = licenses.asl20;
maintainers = with maintainers; [ colemickens johanot ];
maintainers = with maintainers; [ johanot ];
platforms = platforms.linux;
};
}