From f33badf332c43c0d325e8c802466ea5fd362fb91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Fi=C5=A1era?= Date: Tue, 8 Nov 2022 07:56:37 +0100 Subject: [PATCH] [wasm] Update repository URL in package.json (#77937) Co-authored-by: Theodore Tsirpanis --- src/mono/wasm/runtime/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mono/wasm/runtime/package.json b/src/mono/wasm/runtime/package.json index e3100e592335e0..707670a10ea7ad 100644 --- a/src/mono/wasm/runtime/package.json +++ b/src/mono/wasm/runtime/package.json @@ -3,7 +3,7 @@ "description": ".NET is a developer platform with tools and libraries for building any type of app, including web, mobile, desktop, games, IoT, cloud, and microservices.", "repository": { "type": "git", - "url": "git@github.com:dotnet/runtime.git" + "url": "https://github.com/dotnet/runtime.git" }, "version": "1.0.0", "main": "dotnet.js",