3
0
Fork 0
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:
Mario Rodas 2023-03-14 05:12:54 -05:00 committed by GitHub
commit 1e7ad478ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";
};
}