k3s: normalize alphabetical order in maintainers

This commit is contained in:
superherointj
2024-05-10 17:41:48 -03:00
committed by GitHub
parent 5ceb5e9964
commit 2bfd759d2d
@@ -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