From 48ce2005be143767f53d8251d0b40e9661c31930 Mon Sep 17 00:00:00 2001 From: Andris Reinman Date: Tue, 5 Sep 2023 11:43:13 +0300 Subject: [PATCH] fix(release): updated repo url for automatic publishing --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 33bcfd80..2ea4a395 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ }, "repository": { "type": "git", - "url": "git://github.com/wildduck-email/wildduck.git" + "url": "git://github.com/nodemailer/wildduck.git" }, "engines": { "node": ">=16.0.0"