diff --git a/package.json b/package.json index 157ef3e5da322..0835096466e79 100644 --- a/package.json +++ b/package.json @@ -9,19 +9,19 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/Automattic/gutenberg.git" + "url": "git+https://github.com/WordPress/gutenberg.git" }, "keywords": [ "WordPress", "editor", "prototype" ], - "author": "Automattic, Inc.", + "author": "The WordPress Contributors", "license": "GPL-2.0+", "bugs": { - "url": "https://github.com/Automattic/gutenberg/issues" + "url": "https://github.com/WordPress/gutenberg/issues" }, - "homepage": "https://github.com/Automattic/gutenberg#readme", + "homepage": "https://github.com/WordPress/gutenberg#readme", "devDependencies": { "http-server": "0.9.0" }