tests: Get rid of meta since stdenv.lib is no longer available

This commit is contained in:
adisbladis 2022-05-27 03:04:38 +08:00
parent 8cb0e010cf
commit 12916dd856
3 changed files with 0 additions and 21 deletions

View file

@ -23,11 +23,4 @@ buildGoApplication rec {
$out/bin/helm completion zsh > helm.zsh
installShellCompletion helm.{bash,zsh}
'';
meta = with stdenv.lib; {
homepage = "https://github.com/kubernetes/helm";
description = "A package manager for kubernetes";
license = licenses.asl20;
maintainers = with maintainers; [ rlupton20 edude03 saschagrunert Frostman Chili-Man ];
};
}

View file

@ -17,11 +17,4 @@ buildGoApplication {
doCheck = false;
subPackages = [ "cli/cmd" ];
meta = with stdenv.lib; {
description = "A service mesh for Kubernetes and beyond";
homepage = "https://linkerd.io/";
license = licenses.asl20;
maintainers = with maintainers; [ Gonzih ];
};
}

View file

@ -45,11 +45,4 @@ buildGoApplication rec {
done
'';
meta = with stdenv.lib; {
homepage = "https://minikube.sigs.k8s.io";
description = "A tool that makes it easy to run Kubernetes locally";
license = licenses.asl20;
maintainers = with maintainers; [ ebzzry copumpkin vdemeester atkinschang Chili-Man ];
platforms = platforms.unix;
};
}