From c34f05bf98a3b2aeca1221c767d58547222b2f75 Mon Sep 17 00:00:00 2001 From: Amber Beasley Date: Thu, 17 Oct 2024 15:50:49 -0400 Subject: [PATCH] fix: repo refs --- README.md | 2 +- backstage-plugin-github-releases-assets-backend/package.json | 2 +- backstage-plugin-github-releases-autogov/package.json | 2 +- catalog-info.yaml | 4 ++-- package.json | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d19ebd3..fcaa16f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Backstage GitHub Releases Autogov Plugin -[![CodeQL](https://github.com/liatrio/backstage-github-releases-autogov-plugin/actions/workflows/codeql.yml/badge.svg?branch=main)](https://github.com/liatrio/backstage-github-releases-autogov-plugin/actions/workflows/codeql.yml) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Release](https://github.com/liatrio/backstage-dora-plugin/actions/workflows/release.yml/badge.svg?branch=main)](https://github.com/liatrio/backstage-dora-plugin/actions/workflows/release.yml) ![GitHub top language](https://img.shields.io/github/languages/top/liatrio/backstage-github-releases-autogov-plugin) +[![CodeQL](https://github.com/liatrio/backstage-github-autogov-plugin/actions/workflows/codeql.yml/badge.svg?branch=main)](https://github.com/liatrio/backstage-github-autogov-plugin/actions/workflows/codeql.yml) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Release](https://github.com/liatrio/backstage-dora-plugin/actions/workflows/release.yml/badge.svg?branch=main)](https://github.com/liatrio/backstage-dora-plugin/actions/workflows/release.yml) ![GitHub top language](https://img.shields.io/github/languages/top/liatrio/backstage-github-autogov-plugin) This is a plugin for the [Backstage](https://backstage.io/) Project that provides an extension to the [Roadie Backstage Plugins - GitHub Insights Plugin](https://github.com/RoadieHQ/roadie-backstage-plugins/tree/main/plugins/frontend/backstage-plugin-github-insights) that will display Automated Governance results for the latest releases. diff --git a/backstage-plugin-github-releases-assets-backend/package.json b/backstage-plugin-github-releases-assets-backend/package.json index 501d4b8..0ff25a8 100644 --- a/backstage-plugin-github-releases-assets-backend/package.json +++ b/backstage-plugin-github-releases-assets-backend/package.json @@ -7,7 +7,7 @@ "private": false, "repository": { "type": "git", - "url": "git+https://github.com/liatrio/backstage-github-releases-autogov-plugin.git", + "url": "git+https://github.com/liatrio/backstage-github-autogov-plugin.git", "directory": "backstage-plugin-github-releases-assets-backend" }, "backstage": { diff --git a/backstage-plugin-github-releases-autogov/package.json b/backstage-plugin-github-releases-autogov/package.json index b2db276..e2bb9dc 100644 --- a/backstage-plugin-github-releases-autogov/package.json +++ b/backstage-plugin-github-releases-autogov/package.json @@ -7,7 +7,7 @@ "private": false, "repository": { "type": "git", - "url": "git+https://github.com/liatrio/backstage-github-releases-autogov-plugin.git", + "url": "git+https://github.com/liatrio/backstage-github-autogov-plugin.git", "directory": "backstage-plugin-github-releases-autogov" }, "backstage": { diff --git a/catalog-info.yaml b/catalog-info.yaml index b7a482b..9fe3873 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -1,9 +1,9 @@ apiVersion: backstage.io/v1alpha1 kind: Component metadata: - name: backstage-github-releases-autogov-plugin + name: backstage-github-autogov-plugin annotations: - github.com/project-slug: liatrio/backstage-github-releases-autogov-plugin + github.com/project-slug: liatrio/backstage-github-autogov-plugin spec: type: other lifecycle: in-progress diff --git a/package.json b/package.json index 108b225..a205a9a 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { - "name": "@liatrio/backstage-github-releases-autogov-plugin", + "name": "@liatrio/backstage-github-autogov-plugin", "version": "0.1.0", "private": true, "repository": { "type": "git", - "url": "https://github.com/liatrio/backstage-github-releases-autogov-plugin.git" + "url": "https://github.com/liatrio/backstage-github-autogov-plugin.git" }, "license": "MIT", "devDependencies": {