From 5ceb5e9964d8fe77daaf640af9893ac8da0d2a17 Mon Sep 17 00:00:00 2001 From: "Winston R. Milling" Date: Fri, 10 May 2024 15:36:01 -0500 Subject: [PATCH] k3s: Add wrmilling as maintainer --- pkgs/applications/networking/cluster/k3s/builder.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/cluster/k3s/builder.nix b/pkgs/applications/networking/cluster/k3s/builder.nix index 44910857c3e4..cb8c0bf5bd62 100644 --- a/pkgs/applications/networking/cluster/k3s/builder.nix +++ b/pkgs/applications/networking/cluster/k3s/builder.nix @@ -91,7 +91,7 @@ let description = "A lightweight Kubernetes distribution"; license = licenses.asl20; homepage = "https://k3s.io"; - maintainers = with maintainers; [ euank mic92 superherointj yajo ]; + maintainers = with maintainers; [ euank mic92 superherointj yajo wrmilling ]; platforms = platforms.linux; # resolves collisions with other installations of kubectl, crictl, ctr