kaniko: add jk as maintainer

As requested: https://github.com/NixOS/nixpkgs/pull/217850#pullrequestreview-1311428701
This commit is contained in:
superherointj 2023-02-27 08:05:44 -03:00
parent 572d4f4ce7
commit 1a24bd868c

View File

@ -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";
};
}