From 4cea3820d2d3ee8b2be40ff8b07c9adb0fee323e Mon Sep 17 00:00:00 2001
From: Edward Zarecor <ezarecor@tcril.org>
Date: Thu, 9 Jun 2022 09:23:45 -0400
Subject: [PATCH 1/2] fix: Add catalog-info.yaml config file

---
 catalog-info.yaml | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 catalog-info.yaml

diff --git a/catalog-info.yaml b/catalog-info.yaml
new file mode 100644
index 0000000..75eb394
--- /dev/null
+++ b/catalog-info.yaml
@@ -0,0 +1,10 @@
+apiVersion: backstage.io/v1alpha1
+kind: Component
+metadata:
+  name: xblock-in-video-quiz
+  annotations:
+    github.com/project-slug: openedx/xblock-in-video-quiz
+spec:
+  type: other
+  lifecycle: unknown
+  owner: tcril-staff

From e03d890e6283417da4291d39aeab22d71e921b67 Mon Sep 17 00:00:00 2001
From: Edward Zarecor <ed@tcril.org>
Date: Thu, 9 Jun 2022 09:43:38 -0400
Subject: [PATCH 2/2] fix: updating catalog info

---
 catalog-info.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/catalog-info.yaml b/catalog-info.yaml
index 75eb394..500bb10 100644
--- a/catalog-info.yaml
+++ b/catalog-info.yaml
@@ -5,6 +5,6 @@ metadata:
   annotations:
     github.com/project-slug: openedx/xblock-in-video-quiz
 spec:
-  type: other
-  lifecycle: unknown
+  type: xblock 
+  lifecycle: unmaintained
   owner: tcril-staff