From 3c40fc85e29efada125445b5364cca3b3bbcbe09 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Sun, 4 Aug 2019 15:57:37 -0700 Subject: [PATCH] Added Codius ecosystem and connected to XRP. --- data/ecosystems/c/codius.toml | 40 +++++++++++++++++++++++++++++++++++ data/ecosystems/x/xrp.toml | 2 +- 2 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 data/ecosystems/c/codius.toml diff --git a/data/ecosystems/c/codius.toml b/data/ecosystems/c/codius.toml new file mode 100644 index 00000000..fff45568 --- /dev/null +++ b/data/ecosystems/c/codius.toml @@ -0,0 +1,40 @@ +# Ecosystem Level Information +title = "Codius" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/codius"] + +# Repositories +[[repo]] +url = "https://github.com/codius/codius" + +[[repo]] +url = "https://github.com/codius/codius-peer-finder" + +[[repo]] +url = "https://github.com/codius/codius-site-source" + +[[repo]] +url = "https://github.com/codius/codius-wiki" + +[[repo]] +url = "https://github.com/codius/codius.github.io" + +[[repo]] +url = "https://github.com/codius/codiusd" + +[[repo]] +url = "https://github.com/codius/codiusd-gui" + +[[repo]] +url = "https://github.com/codius/examples" + +[[repo]] +url = "https://github.com/codius/hyper-installer" + +[[repo]] +url = "https://github.com/codius/manifest" + +[[repo]] +url = "https://github.com/codius/official-images" diff --git a/data/ecosystems/x/xrp.toml b/data/ecosystems/x/xrp.toml index b64ab99e..bbbeac45 100644 --- a/data/ecosystems/x/xrp.toml +++ b/data/ecosystems/x/xrp.toml @@ -1,7 +1,7 @@ # Ecosystem Level Information title = "XRP" -sub_ecosystems = ["Interledger"] +sub_ecosystems = ["Codius", "Interledger"] github_organizations = ["https://github.com/ripple", "https://github.com/ripple-unmaintained"]