From 58a07a80f7b6d1182f56f7d4e3c53d2d04a74fa1 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:34:07 +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: I0a8a82eda421c7682b8f582af412e230a26436dd --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b8a6e056..b0d96785 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Magnum UI JavaScript tests", "repository": { "type": "git", - "url": "git://git.openstack.org/openstack/magnum-ui" + "url": "https://git.openstack.org/openstack/magnum-ui" }, "version": "0.0.0", "private": true,