about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/k3s
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2024-05-10 17:41:48 -0300
committerGitHub <noreply@github.com>2024-05-10 17:41:48 -0300
commit2bfd759d2db7584688311e1dc7d47645fba2e003 (patch)
tree3c038174e1364c8880882f70f210b67f49a1a809 /pkgs/applications/networking/cluster/k3s
parent5ceb5e9964d8fe77daaf640af9893ac8da0d2a17 (diff)
k3s: normalize alphabetical order in maintainers
Diffstat (limited to 'pkgs/applications/networking/cluster/k3s')
-rw-r--r--pkgs/applications/networking/cluster/k3s/builder.nix2
1 files changed, 1 insertions, 1 deletions
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