mirror of
https://github.com/docker/setup-buildx-action
synced 2024-11-21 18:41:42 +00:00
chore: fix author in package.json
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
c6afe06e4a
commit
1283140f57
1 changed files with 1 additions and 7 deletions
|
@ -22,13 +22,7 @@
|
|||
"docker",
|
||||
"buildx"
|
||||
],
|
||||
"author": "Docker",
|
||||
"contributors": [
|
||||
{
|
||||
"name": "CrazyMax",
|
||||
"url": "https://crazymax.dev"
|
||||
}
|
||||
],
|
||||
"author": "Docker Inc.",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.10.0",
|
||||
|
|
Loading…
Reference in a new issue