From 272f89992aee43a132025955c482d0dc65761157 Mon Sep 17 00:00:00 2001 From: Robert Raposa Date: Tue, 5 Mar 2024 10:59:42 -0500 Subject: [PATCH] fix: update type in catalog-info.yaml (#192) Original merge had the wrong type. --- catalog-info.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index 1a0e5ff..329f734 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -14,5 +14,5 @@ metadata: openedx.org/arch-interest-groups: "" spec: owner: group:2u-arch-bom - type: 'service' + type: 'library' lifecycle: 'production'