From 7ff71cb4e13cb6975c0697df9e9629432bcf645a Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Sun, 24 Jul 2022 13:21:37 -0700 Subject: [PATCH] Added Aptos ecosystem --- data/ecosystems/a/aptos.toml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 data/ecosystems/a/aptos.toml diff --git a/data/ecosystems/a/aptos.toml b/data/ecosystems/a/aptos.toml new file mode 100644 index 00000000..25be0359 --- /dev/null +++ b/data/ecosystems/a/aptos.toml @@ -0,0 +1,34 @@ +# Ecosystem Level Information +title = "Aptos" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/aptos-labs"] + +# Repositories +[[repo]] +url = "https://github.com/aptos-labs/actions" + +[[repo]] +url = "https://github.com/aptos-labs/aip" + +[[repo]] +url = "https://github.com/aptos-labs/aptos-ait1" + +[[repo]] +url = "https://github.com/aptos-labs/aptos-ait2" + +[[repo]] +url = "https://github.com/aptos-labs/aptos-core" + +[[repo]] +url = "https://github.com/aptos-labs/aws-env" + +[[repo]] +url = "https://github.com/aptos-labs/bors" + +[[repo]] +url = "https://github.com/aptos-labs/move" + +[[repo]] +url = "https://github.com/aptos-labs/serde-reflection"