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 18:54:19 -0300
committerGitHub <noreply@github.com>2023-03-30 18:54:19 -0300
commit60e727af111fc2132ad2f1679985d4a8e3727d80 (patch)
tree36954c9e48b4254fc0a894ca74496b0b0a288e88 /pkgs/applications
parentade3880fdf50b708eae0cda6a1aa559c472dd993 (diff)
parenta51fb98f7347cfc1cca6902a24afbcfee75dad3e (diff)
Merge pull request #223914 from superherointj/scale-back
CODEOWNERS: remove superherointj
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";
   };
 }