Commit 8b389a09 authored by Mathieu St-Louis's avatar Mathieu St-Louis
Browse files

testkube: removed with lib + added mathstlouis as maintainer

parent ddb6b26b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];
  };
}