From 0900cb8144f8caefee4ab08efe90bdfbf41804dd Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 18 May 2021 12:46:01 +0000 Subject: [PATCH] Twenty Twenty: Update theme information in the `package.json` file. This removes references to the archived Git repository and updates the URLs to point to the theme's WordPress.org Theme Directory URL and Trac. Props arkrs, desrosj, mukesh27. Fixes #53196. git-svn-id: https://develop.svn.wordpress.org/trunk@50924 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentytwenty/package.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/wp-content/themes/twentytwenty/package.json b/src/wp-content/themes/twentytwenty/package.json index d2895adab8..6bd7bdce93 100644 --- a/src/wp-content/themes/twentytwenty/package.json +++ b/src/wp-content/themes/twentytwenty/package.json @@ -9,13 +9,9 @@ "Theme", "TwentyTwenty" ], - "homepage": "https://github.com/wordpress/twentytwenty#readme", - "repository": { - "type": "git", - "url": "git+https://github.com/wordpress/twentytwenty.git" - }, + "homepage": "https://wordpress.org/themes/twentytwenty/", "bugs": { - "url": "https://github.com/wordpress/twentytwenty/issues" + "url": "https://core.trac.wordpress.org/" }, "devDependencies": { "@wordpress/browserslist-config": "^3.0.2",