0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

kube-router: maintainers: drop colemickens

This commit is contained in:
Cole Mickens 2024-12-23 15:51:07 -03:00
parent 5dadb1771a
commit 1a7cea48b6

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;
};
}