about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/linkerd/generic.nix
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2022-08-26 16:04:58 -0300
committersuperherointj <5861043+superherointj@users.noreply.github.com>2022-08-26 16:07:49 -0300
commitbb229227e354fc03ab36aa25ec347ced8eff2a40 (patch)
tree7acb3758e60a6ce7620ef711e921ccf492a1ec75 /pkgs/applications/networking/cluster/linkerd/generic.nix
parente98367b0ea663a73240c53ffa6327bd4b4c6429d (diff)
linkerd: add superherointj as maintainer
Diffstat (limited to 'pkgs/applications/networking/cluster/linkerd/generic.nix')
-rw-r--r--pkgs/applications/networking/cluster/linkerd/generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/linkerd/generic.nix b/pkgs/applications/networking/cluster/linkerd/generic.nix
index 7722a7109c21e..80150b45d866e 100644
--- a/pkgs/applications/networking/cluster/linkerd/generic.nix
+++ b/pkgs/applications/networking/cluster/linkerd/generic.nix
@@ -53,6 +53,6 @@ buildGoModule rec {
     downloadPage = "https://github.com/linkerd/linkerd2/";
     homepage = "https://linkerd.io/";
     license = licenses.asl20;
-    maintainers = with maintainers; [ Gonzih bryanasdev000 ];
+    maintainers = with maintainers; [ bryanasdev000 Gonzih superherointj ];
   };
 }