From 8e51cb22e9baae0da425f71e30752b81f91c666e Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 22 Mar 2022 19:32:23 -0500 Subject: [PATCH] kops: add me as maintainer --- pkgs/applications/networking/cluster/kops/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/cluster/kops/default.nix b/pkgs/applications/networking/cluster/kops/default.nix index 54f66fa17a8a..da8e14d1f307 100644 --- a/pkgs/applications/networking/cluster/kops/default.nix +++ b/pkgs/applications/networking/cluster/kops/default.nix @@ -43,7 +43,7 @@ let homepage = "https://github.com/kubernetes/kops"; changelog = "https://github.com/kubernetes/kops/tree/master/docs/releases"; license = licenses.asl20; - maintainers = with maintainers; [ offline zimbatm diegolelis ]; + maintainers = with maintainers; [ offline zimbatm diegolelis yurrriq ]; platforms = platforms.unix; }; } // attrs';