kaniko: add jk as maintainer
As requested: https://github.com/NixOS/nixpkgs/pull/217850#pullrequestreview-1311428701
This commit is contained in:
parent
572d4f4ce7
commit
1a24bd868c
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user