From 1f3d2e1ac09548bbfb7d44b1809ac66e3d551ea4 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Fri, 8 Sep 2023 09:52:41 +0200 Subject: [PATCH] chore: fix author in package.json Signed-off-by: CrazyMax --- package.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/package.json b/package.json index 444ad4c..71833f7 100644 --- a/package.json +++ b/package.json @@ -22,13 +22,7 @@ "docker", "qemu" ], - "author": "Docker", - "contributors": [ - { - "name": "CrazyMax", - "url": "https://crazymax.dev" - } - ], + "author": "Docker Inc.", "license": "Apache-2.0", "dependencies": { "@actions/core": "^1.10.0",