testkube: removed with lib + added mathstlouis as maintainer

This commit is contained in:
Mathieu St-Louis
2024-11-10 19:48:56 -05:00
parent ddb6b26b47
commit 8b389a095b
+3 -3
View File
@@ -26,11 +26,11 @@ buildGoModule rec {
doCheck = false;
subPackages = [ "cmd/kubectl-testkube" ];
meta = with lib; {
meta = {
description = "Kubernetes-native framework for test definition and execution";
homepage = "https://github.com/kubeshop/testkube/";
license = licenses.mit;
license = lib.licenses.mit;
mainProgram = "kubectl-testkube";
maintainers = with maintainers; [ ];
maintainers = with lib.maintainers; [ mathstlouis ];
};
}