Merge pull request #221128 from developer-guy/feature/add-developer-guy-buildkit

buildkit: add developer-guy to maintainers list
This commit is contained in:
Mario Rodas
2023-03-14 05:12:54 -05:00
committed by GitHub
+1 -1
View File
@@ -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";
};
}