From 8f3d1441f91c98f47fd6ef15ddbf666c5652ccae Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Wed, 20 Nov 2024 13:15:30 -0500 Subject: [PATCH] docs: Update catalog-info.yaml Correct the owner because it doesn't assume 'owner' by default. --- catalog-info.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index b287304..7bafde6 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -7,6 +7,6 @@ metadata: name: 'openedx-chem' description: "A library for chemistry calculations, used by the edx-platform." spec: - owner: codewithemad + owner: "user:codewithemad" type: 'library' lifecycle: 'production'