From 7d2fc9c72190c398e31e1754139160f596813648 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:36:28 +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: Id941db6a3637bdc39186e0b889c058ca3edd1ac7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d70462c..020c2b7 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Zaqar UI JavaScript tests", "repository": { "type": "git", - "url": "git://git.openstack.org/openstack/zaqar-ui" + "url": "https://git.openstack.org/openstack/zaqar-ui" }, "version": "0.0.0", "private": true,