From 057299de2b5b38f4d50d93326921f8607137ccfc Mon Sep 17 00:00:00 2001 From: Edward Zarecor Date: Tue, 20 Dec 2022 11:55:45 -0500 Subject: [PATCH] fix: Use repo name, spaces are not allowed. (#717) Co-authored-by: Edward Zarecor --- catalog-info.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index 030fbeb4..a8cffd6f 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -4,7 +4,7 @@ apiVersion: backstage.io/v1alpha1 kind: Component metadata: - name: 'Authentication Frontend' + name: 'frontend-app-authn' description: "Micro-frontend for authentication service. It contains views for login, registration and password reset functionality." links: - url: 'https://github.com/openedx/frontend-app-authn/blob/master/README.rst'