about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2023-03-30 11:01:05 -0300
committersuperherointj <5861043+superherointj@users.noreply.github.com>2023-03-30 11:01:05 -0300
commita51fb98f7347cfc1cca6902a24afbcfee75dad3e (patch)
tree2c6c75554032ad50de5c4e36b52a664d84a739ef /pkgs/applications
parent1f087c364ac340c5d9db05ebdabc0bde62e07364 (diff)
kaniko: remove superherointj as maintainer
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/cluster/kaniko/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/kaniko/default.nix b/pkgs/applications/networking/cluster/kaniko/default.nix
index 6bae7297917b0..a34c8634e1828 100644
--- a/pkgs/applications/networking/cluster/kaniko/default.nix
+++ b/pkgs/applications/networking/cluster/kaniko/default.nix
@@ -47,7 +47,7 @@ buildGoModule rec {
     homepage = "https://github.com/GoogleContainerTools/kaniko";
     license = lib.licenses.asl20;
     platforms = lib.platforms.linux;
-    maintainers = with lib.maintainers; [ jk superherointj ];
+    maintainers = with lib.maintainers; [ jk ];
     mainProgram = "executor";
   };
 }