buildkit: add developer-guy to maintainers list
Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
This commit is contained in:
parent
1474943fd9
commit
f6005898a1
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ buildGoModule rec {
|
|||
description = "Concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit";
|
||||
homepage = "https://github.com/moby/buildkit";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ vdemeester marsam ];
|
||||
maintainers = with maintainers; [ vdemeester marsam developer-guy ];
|
||||
mainProgram = "buildctl";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue