Skip to content

Commit

Permalink
Merge pull request #9 from nedbat/nedbat/catalog-info-name
Browse files Browse the repository at this point in the history
build: the name in catalog-info.yaml should be the repo name
  • Loading branch information
feanil authored Dec 19, 2023
2 parents ce4b8b7 + d80ce21 commit 9c35176
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: "frontend-template-application"
description: "A template for Open edX micro-frontend applications."
name: "frontend-plugin-framework"
description: " An experimental framework for micro-frontend plugins."
links:
- url: "https://github.com/openedx/frontend-template-application/blob/master/README.rst"
- url: "https://github.com/openedx/frontend-plugin-framework/blob/master/README.rst"
title: "README"
icon: "Article"
annotations:
Expand Down

0 comments on commit 9c35176

Please sign in to comment.