From f23598305d24c2fb1c76f582b1cb22ffba20f374 Mon Sep 17 00:00:00 2001 From: Chad Wilson Date: Sun, 24 Sep 2023 16:50:02 +0800 Subject: [PATCH] [meta] correct git URL --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1bf6bb5..40399a3 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "main": "index.js", "repository": { "type": "git", - "url": "https://github.com:crypto-browserify/browserify-rsa.git" + "url": "https://github.com/crypto-browserify/browserify-rsa.git" }, "scripts": { "prepack": "npmignore --auto --commentLines=autogenerated",