From 56a0b09f9bae3c232ea504351cf92d9f11da47a5 Mon Sep 17 00:00:00 2001 From: Berry Phillips Date: Sun, 31 Jul 2022 21:38:24 +0900 Subject: [PATCH] vcluster: add berryp as maintainer --- pkgs/applications/networking/cluster/vcluster/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/cluster/vcluster/default.nix b/pkgs/applications/networking/cluster/vcluster/default.nix index 18ca0709af57..aed84153d2d6 100644 --- a/pkgs/applications/networking/cluster/vcluster/default.nix +++ b/pkgs/applications/networking/cluster/vcluster/default.nix @@ -40,6 +40,6 @@ buildGoModule rec { downloadPage = "https://github.com/loft-sh/vcluster"; homepage = "https://www.vcluster.com/"; license = licenses.asl20; - maintainers = with maintainers; [ peterromfeldhk ]; + maintainers = with maintainers; [ peterromfeldhk berryp ]; }; }