mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
docker-buildx: add developer-guy to maintainers list
Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
This commit is contained in:
parent
c54a718a9f
commit
4d5c24f72d
@ -32,6 +32,6 @@ buildGoModule rec {
|
||||
description = "Docker CLI plugin for extended build capabilities with BuildKit";
|
||||
homepage = "https://github.com/docker/buildx";
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.ivan-babrou ];
|
||||
maintainers = with maintainers; [ ivan-babrou developer-guy ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user