From 3624382f9e27a255ea4d6e2a523ad68d6b9d6d8e Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 18 Dec 2023 17:54:41 -0500 Subject: [PATCH] build: the name in catalog-info.yaml should be the repo name --- catalog-info.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index 442c0ab..2f23fe4 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -3,7 +3,7 @@ apiVersion: backstage.io/v1alpha1 kind: Component metadata: - name: 'Learner Records' + name: 'frontend-app-learner-record' description: 'The Microfrontend for the Credentials service. Contains views for the learner records and credentials sharing.' links: - url: 'https://github.com/openedx/frontend-app-learner-record/blob/master/README.rst'