diff --git a/ catalog-info.yaml b/ catalog-info.yaml new file mode 100644 index 0000000..d66e23a --- /dev/null +++ b/ catalog-info.yaml @@ -0,0 +1,14 @@ +# This file records information about this repo. Its use is described in OEP-55: +# https://open-edx-proposals.readthedocs.io/en/latest/processes/oep-0055-proc-project-maintainers.html +# +# If you're thinking about copying this, check out the sample file in the relevant ADR instead: +# https://open-edx-proposals.readthedocs.io/en/latest/processes/oep-0055/decisions/0001-use-backstage-to-support-maintainers.html#references + +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: Xblock-sql-grader +spec: + type: 'library' + lifecycle: 'production' + owner: 'group:openedx-unmaintained' \ No newline at end of file diff --git a/openedx.yaml b/openedx.yaml deleted file mode 100644 index 4089bfb..0000000 --- a/openedx.yaml +++ /dev/null @@ -1,5 +0,0 @@ -# This file describes this Open edX repo, as described in OEP-2: -# http://open-edx-proposals.readthedocs.io/en/latest/oeps/oep-0002.html#specification - -oeps: - oep-18: true