From 76b9f6a4b47754f012aee343a2adec0b9c572191 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:36:15 +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: Ibe016f654a2913fb55ee3cda54d93b5898ef7cc8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9280c62..6fc9547 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Tap-as-a-Service Dashboard JavaScript tests", "repository": { "type": "git", - "url": "git://git.openstack.org/openstack/tap-as-a-service-dashboard" + "url": "https://git.openstack.org/openstack/tap-as-a-service-dashboard" }, "version": "0.0.0", "private": true,