about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/vcluster
diff options
context:
space:
mode:
authorBerry Phillips <berryphillips@gmail.com>2022-07-31 21:38:24 +0900
committerBerry Phillips <berryphillips@gmail.com>2022-07-31 21:38:24 +0900
commit56a0b09f9bae3c232ea504351cf92d9f11da47a5 (patch)
tree00c54a6a2b9f7821da4fcce4ae6280979856ebcb /pkgs/applications/networking/cluster/vcluster
parentda0f71e076851277d4febd3defee4fbd90b21fd0 (diff)
vcluster: add berryp as maintainer
Diffstat (limited to 'pkgs/applications/networking/cluster/vcluster')
-rw-r--r--pkgs/applications/networking/cluster/vcluster/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/vcluster/default.nix b/pkgs/applications/networking/cluster/vcluster/default.nix
index 18ca0709af57b..aed84153d2d6e 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 ];
   };
 }