buildkit: add developer-guy to maintainers list

Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
This commit is contained in:
Batuhan Apaydın 2023-03-14 11:04:35 +03:00
parent 1474943fd9
commit f6005898a1
No known key found for this signature in database
GPG key ID: 7D7E90962D9FD507

View file

@ -23,7 +23,7 @@ buildGoModule rec {
description = "Concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit"; description = "Concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit";
homepage = "https://github.com/moby/buildkit"; homepage = "https://github.com/moby/buildkit";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ vdemeester marsam ]; maintainers = with maintainers; [ vdemeester marsam developer-guy ];
mainProgram = "buildctl"; mainProgram = "buildctl";
}; };
} }