forked from mirrors/nixpkgs
Merge pull request #221128 from developer-guy/feature/add-developer-guy-buildkit
buildkit: add developer-guy to maintainers list
This commit is contained in:
commit
1e7ad478ba
|
@ -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