-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
707b280
commit a5b49fc
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# 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 | ||
|
||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: 'openedx-chem' | ||
description: "A library for chemistry calculations, used by the edx-platform." | ||
links: | ||
- url: "https://github.com/openedx/openedx-chem" | ||
title: "openedx/openedx-chem" | ||
icon: "GitHub" | ||
annotations: | ||
openedx.org/arch-interest-groups: "" | ||
openedx.org/release: "main" | ||
spec: | ||
owner: group:openedx-unmaintained | ||
type: 'library' | ||
lifecycle: 'production' |