From ff824514c2d1d540505eb7a14f026f131e1039fb Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:32:44 +0000 Subject: [PATCH] Replace openstack.org git:// URLs with https:// This is a mechanically generated change to replace openstack.org git:// URLs with https:// equivalents. This is in aid of a planned future move of the git hosting infrastructure to a self-hosted instance of gitea (https://gitea.io), which does not support the git wire protocol at this stage. This update should result in no functional change. For more information see the thread at http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html Change-Id: I2eabc4ea4132d72df2e146c811ccd33b77a314fa --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 28b8a2d..a0be6c4 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Castellan UI JavaScript tests", "repository": { "type": "git", - "url": "git://git.openstack.org/openstack/castellan-ui" + "url": "https://git.openstack.org/openstack/castellan-ui" }, "version": "0.0.0", "private": true,