kubebuilder: removed nested with from meta
This commit is contained in:
parent
e4b0e94b8a
commit
0496443793
1 changed files with 3 additions and 3 deletions
|
@ -58,12 +58,12 @@ buildGoModule rec {
|
|||
version = "v${version}";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "SDK for building Kubernetes APIs using CRDs";
|
||||
mainProgram = "kubebuilder";
|
||||
homepage = "https://github.com/kubernetes-sigs/kubebuilder";
|
||||
changelog = "https://github.com/kubernetes-sigs/kubebuilder/releases/tag/v${version}";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ cmars ];
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ cmars ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue