From 1a24bd868c3726c3118157fc906344bf070ea3c0 Mon Sep 17 00:00:00 2001 From: superherointj <5861043+superherointj@users.noreply.github.com> Date: Mon, 27 Feb 2023 08:05:44 -0300 Subject: [PATCH] kaniko: add jk as maintainer As requested: https://github.com/NixOS/nixpkgs/pull/217850#pullrequestreview-1311428701 --- pkgs/applications/networking/cluster/kaniko/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/cluster/kaniko/default.nix b/pkgs/applications/networking/cluster/kaniko/default.nix index ace2d3dee355..6bae7297917b 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 = [ lib.maintainers.superherointj ]; + maintainers = with lib.maintainers; [ jk superherointj ]; mainProgram = "executor"; }; }