Fixed erroneous repository.url in some manage plugin packages (#4977)

* Fixed erroneous repository.url in some manage plugin packages

Signed-off-by: Gustaf Räntilä <g.rantila@gmail.com>

* Also fix repository.directory

Signed-off-by: Gustaf Räntilä <g.rantila@gmail.com>

---------

Signed-off-by: Gustaf Räntilä <g.rantila@gmail.com>
This commit is contained in:
Gustaf Räntilä 2025-08-15 16:05:55 +02:00 committed by GitHub
parent 9a143944f3
commit 7593e172ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 13 additions and 6 deletions

View File

@ -0,0 +1,7 @@
---
'@backstage-community/plugin-manage-module-tech-insights': patch
'@backstage-community/plugin-manage-react': patch
'@backstage-community/plugin-manage': patch
---
Fixed erroneous repository.url in package.json

View File

@ -21,8 +21,8 @@
"homepage": "https://backstage.io",
"repository": {
"type": "git",
"url": "https://github.com/backstage/backstage",
"directory": "plugins/manage-module-tech-insights"
"url": "https://github.com/backstage/community-plugins",
"directory": "workspaces/manage/plugins/manage-module-tech-insights"
},
"keywords": [
"backstage",

View File

@ -24,8 +24,8 @@
"homepage": "https://backstage.io",
"repository": {
"type": "git",
"url": "https://github.com/backstage/backstage",
"directory": "plugins/manage-react"
"url": "https://github.com/backstage/community-plugins",
"directory": "workspaces/manage/plugins/manage-react"
},
"keywords": [
"backstage",

View File

@ -24,8 +24,8 @@
"homepage": "https://backstage.io",
"repository": {
"type": "git",
"url": "https://github.com/backstage/backstage",
"directory": "plugins/manage"
"url": "https://github.com/backstage/community-plugins",
"directory": "workspaces/manage/plugins/manage"
},
"keywords": [
"backstage",