From 6017e85fe74b67c7156ccc239fb754984c6440ad Mon Sep 17 00:00:00 2001 From: Robert Rose Date: Sun, 16 Mar 2025 13:46:21 +0100 Subject: [PATCH] rke2: add rorosen as maintainer --- pkgs/applications/networking/cluster/rke2/builder.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/networking/cluster/rke2/builder.nix b/pkgs/applications/networking/cluster/rke2/builder.nix index 21c173021bd4..88003eebcbde 100644 --- a/pkgs/applications/networking/cluster/rke2/builder.nix +++ b/pkgs/applications/networking/cluster/rke2/builder.nix @@ -137,6 +137,7 @@ let changelog = "https://github.com/rancher/rke2/releases/tag/v${version}"; license = licenses.asl20; maintainers = with maintainers; [ + rorosen zimbatm zygot ];