From aae8f573daf0793ec4fd858aabe0329997857e83 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Wed, 9 Oct 2019 13:14:13 -0700 Subject: [PATCH] Added OpenLibra Ecosystem --- data/ecosystems/o/openlibra.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 data/ecosystems/o/openlibra.toml diff --git a/data/ecosystems/o/openlibra.toml b/data/ecosystems/o/openlibra.toml new file mode 100644 index 00000000..f11fbd5a --- /dev/null +++ b/data/ecosystems/o/openlibra.toml @@ -0,0 +1,13 @@ +# Ecosystem Level Information +title = "OpenLibra" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/open-libra"] + +# Repositories +[[repo]] +url = "https://github.com/open-libra/libra" + +[[repo]] +url = "https://github.com/open-libra/movemint"