From 898dc2885574baddf930292f0acabc123d4c8020 Mon Sep 17 00:00:00 2001 From: Jonathan Bernard Date: Sun, 15 Jun 2025 05:43:50 -0500 Subject: [PATCH] Use the public URL for update_version. --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 921680f..d6bc81f 100644 --- a/packages.json +++ b/packages.json @@ -14,7 +14,7 @@ "license": "MIT", "method": "git", "tags": ["cicd", "ops"], - "url": "ssh://git@proenneke.probatem.com:49559/probatem/update_version.git", + "url": "https://git.probatem.com/probatem/update_version.git", "web": "https://git.probatem.com/probatem/update_version" } ]