kaniko: remove superherointj as maintainer

This commit is contained in:
superherointj
2023-03-30 11:01:05 -03:00
parent 1f087c364a
commit a51fb98f73
@@ -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";
};
}