diff --git a/package.json b/package.json index 82974fc..076b124 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": "https://github.com/openstack/karma-subunit-reporter#readme", "dependencies": { "subunit-js": "0.0.2" },