Skip to content

Commit

Permalink
docker-buildx: add developer-guy to maintainers list
Browse files Browse the repository at this point in the history
Signed-off-by: Batuhan Apaydın <[email protected]>
  • Loading branch information
developer-guy committed Mar 18, 2023
1 parent c54a718 commit 4d5c24f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/virtualization/docker/buildx.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}

0 comments on commit 4d5c24f

Please sign in to comment.