From f37eebcd5ad3d088a3f9bf5014e5aeda57a0e8aa Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:33:55 +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: I4b2f402874e4863fffa149a615e0135856cf2cad --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a6571970..2bd360af 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Horizon plugin for OpenStack Ironic.", "repository": { "type": "git", - "url": "git://git.openstack.org/openstack/ironic-ui" + "url": "https://git.openstack.org/openstack/ironic-ui" }, "author": "Openstack ", "license": "Apache-2.0",