From bced3f59a0c71070084c22968e4526b68c20c012 Mon Sep 17 00:00:00 2001 From: YfengJ <166808804+YfengJ@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:58:38 +0800 Subject: [PATCH] chore: normalize repository metadata --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3a5954a8..e600dd0f 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ ], "repository": { "type": "git", - "url": "git@github.com:apify/docusaurus-plugin-typedoc-api.git" + "url": "git+https://github.com/apify/docusaurus-plugin-typedoc-api.git" }, "author": "Miles Johnson, Apify Technologies", "license": "MIT",