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-10-04 14:06:48 -0300
committersuperherointj <5861043+superherointj@users.noreply.github.com>2022-10-04 14:06:48 -0300
commit2e19f2fa5391b3b30e9eace7b4b6a60926b828ae (patch)
tree2b7ea927550c6cbe97336f3ef4e025917d482411 /pkgs/applications/networking/cluster/linkerd/generic.nix
parentbe22a05cfe09f983dbc4578f483af92b7f49e434 (diff)
maintainers: remove superherointj
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 80150b45d866e..f21ee96ecd33b 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; [ bryanasdev000 Gonzih superherointj ];
+    maintainers = with maintainers; [ bryanasdev000 Gonzih ];
   };
 }