From 404555e7fd40ab03a6e62f834d83f6d4fb5ac78f Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Wed, 20 Jul 2022 22:05:26 -0700 Subject: [PATCH] Added more Move ecosystem repos --- data/ecosystems/m/move.toml | 47 ++++++++++++++++++++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) diff --git a/data/ecosystems/m/move.toml b/data/ecosystems/m/move.toml index 37eb06c1..76eae175 100644 --- a/data/ecosystems/m/move.toml +++ b/data/ecosystems/m/move.toml @@ -3,8 +3,53 @@ title = "Move" sub_ecosystems = [] -github_organizations = [] +github_organizations = ["https://github.com/movingco"] # Repositories +[[repo]] +url = "https://github.com/movingco/aptos-coin-list" + +[[repo]] +url = "https://github.com/movingco/aptos-core" + +[[repo]] +url = "https://github.com/movingco/axios-fetch-adapter" + +[[repo]] +url = "https://github.com/movingco/bj" + +[[repo]] +url = "https://github.com/movingco/coinlist" + +[[repo]] +url = "https://github.com/movingco/move" + +[[repo]] +url = "https://github.com/movingco/move-analyzer-plus" + +[[repo]] +url = "https://github.com/movingco/move-idl" + +[[repo]] +url = "https://github.com/movingco/move-readme" + +[[repo]] +url = "https://github.com/movingco/move-ts" + +[[repo]] +url = "https://github.com/movingco/move.nix" + +[[repo]] +url = "https://github.com/movingco/moving-kit" + +[[repo]] +url = "https://github.com/movingco/static-address" + +[[repo]] +url = "https://github.com/movingco/sui" + +[[repo]] +url = "https://github.com/movingco/sui-coin-list" + [[repo]] url = "https://github.com/QuarryProtocol/carrara"