diff --git a/catalog-info.yaml b/catalog-info.yaml index b6206f32..88dcb9d4 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -6,12 +6,6 @@ kind: "Component" metadata: name: 'edx-notes-api' description: "A backend store for edX Student Notes" - annotations: - # (Optional) Annotation keys and values can be whatever you want. - # We use it in Open edX repos to have a comma-separated list of GitHub user - # names that might be interested in changes to the architecture of this - # component. - openedx.org/arch-interest-groups: "" spec: # (Required) This can be a group(`group:` or a user(`user:`) @@ -21,4 +15,5 @@ spec: type: 'library' # (Required) Acceptable Lifecycle Values: experimental, production, deprecated - lifecycle: 'production' \ No newline at end of file + lifecycle: 'production' + \ No newline at end of file