buildkit: remove nested with from meta
This commit is contained in:
parent
e2cc2213ca
commit
f3d35ed50c
1 changed files with 3 additions and 3 deletions
|
@ -19,12 +19,12 @@ buildGoModule rec {
|
|||
|
||||
doCheck = false;
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit";
|
||||
homepage = "https://github.com/moby/buildkit";
|
||||
changelog = "https://github.com/moby/buildkit/releases/tag/v${version}";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ vdemeester developer-guy ];
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ developer-guy vdemeester ];
|
||||
mainProgram = "buildctl";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue