From 2bfd759d2db7584688311e1dc7d47645fba2e003 Mon Sep 17 00:00:00 2001 From: superherointj <5861043+superherointj@users.noreply.github.com> Date: Fri, 10 May 2024 17:41:48 -0300 Subject: k3s: normalize alphabetical order in maintainers --- pkgs/applications/networking/cluster/k3s/builder.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/networking') diff --git a/pkgs/applications/networking/cluster/k3s/builder.nix b/pkgs/applications/networking/cluster/k3s/builder.nix index cb8c0bf5bd624..460af0d0764da 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 wrmilling ]; + maintainers = with maintainers; [ euank mic92 superherointj wrmilling yajo ]; platforms = platforms.linux; # resolves collisions with other installations of kubectl, crictl, ctr -- cgit 1.4.1