From 91468cfab90ab8ce03ef4b13c9a2176d2dfcfd10 Mon Sep 17 00:00:00 2001
From: Zachary Hancock <zhancock@edx.org>
Date: Wed, 14 Sep 2022 09:40:14 -0400
Subject: [PATCH] fix: catalog-info syntax (#283)

---
 catalog-info.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/catalog-info.yml b/catalog-info.yml
index 511f019..38ca47d 100644
--- a/catalog-info.yml
+++ b/catalog-info.yml
@@ -1,7 +1,7 @@
 apiVersion: backstage.io/v1alpha1
 kind: Component
 metadata:
-  name: XBlock LTI Consumer
+  name: xblock-lti-consumer
   description: "This XBlock implements the consumer side of the LTI specification enabling integration of third-party LTI provider tools."
   annotations:
     github.com/project-slug: openedx/xblock-lti-consumer
-- 
GitLab