From 118632dc6069b77bab0a65b2ea8847a36bed7413 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Beraud?= Date: Wed, 19 Dec 2018 14:35:28 +0100 Subject: [PATCH] Move project to the official openstack organization Move project home page, bug tracker url, repository url Change-Id: Iba860079482f448b88d474d9cf7e60aafe33a7a7 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 82974fc..2726b08 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/timothyb89/karma-subunit-reporter.git" + "url": "git+https://github.com/openstack/karma-subunit-reporter.git" }, "keywords": [ "karma-plugin", @@ -19,9 +19,9 @@ "author": "OpenStack (http://www.openstack.org/)", "license": "Apache-2.0", "bugs": { - "url": "https://github.com/timothyb89/karma-subunit-reporter/issues" + "url": "https://github.com/openstack/karma-subunit-reporter/issues" }, - "homepage": "https://github.com/timothyb89/karma-subunit-reporter#readme", + "homepage": "http://git.openstack.org/cgit/openstack/karma-subunit-reporter/tree/README.md", "dependencies": { "subunit-js": "0.0.2" },