about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorBryan A. S <53131727+bryanasdev000@users.noreply.github.com>2021-11-11 23:06:04 -0300
committerGitHub <noreply@github.com>2021-11-11 23:06:04 -0300
commit41d9a2e4970b79f1037ad0e40d2ea3ec9956df68 (patch)
treed5e2b9acdb34ba44f6a0992c03fc2d388bb9380e /pkgs/applications/networking/cluster
parent4a9343eb3ba30ed5c0bbd7450b04ec7de937fa82 (diff)
argocd: add myself as maintainer
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/argocd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/argocd/default.nix b/pkgs/applications/networking/cluster/argocd/default.nix
index 3eddad8c823c6..38b6467857b81 100644
--- a/pkgs/applications/networking/cluster/argocd/default.nix
+++ b/pkgs/applications/networking/cluster/argocd/default.nix
@@ -69,6 +69,6 @@ buildGoModule rec {
     downloadPage = "https://github.com/argoproj/argo-cd";
     homepage = "https://argo-cd.readthedocs.io/en/stable/";
     license = licenses.asl20;
-    maintainers = with maintainers; [ shahrukh330 ];
+    maintainers = with maintainers; [ shahrukh330 bryanasdev000 ];
   };
 }