From 41d118f2af300f1b2c849281b4a35fffaafaa16f Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Mon, 5 Aug 2019 21:06:13 -0700 Subject: [PATCH] Add additional Monero repos + Tari BigNeon --- data/ecosystems/m/monero.toml | 41 ++++++++++++++++++++++++++++++++++- data/ecosystems/t/tari.toml | 38 +++++++++++++++++++++++++++++++- 2 files changed, 77 insertions(+), 2 deletions(-) diff --git a/data/ecosystems/m/monero.toml b/data/ecosystems/m/monero.toml index 21a25844..973597d0 100644 --- a/data/ecosystems/m/monero.toml +++ b/data/ecosystems/m/monero.toml @@ -3,7 +3,7 @@ title = "Monero" sub_ecosystems = ["Tari"] -github_organizations = ["https://github.com/monerobook"] +github_organizations = ["https://github.com/monerobook", "https://github.com/mymonero"] # Repositories [[repo]] @@ -166,6 +166,45 @@ url = "https://github.com/MoneroOcean/xmr-node-proxy" [[repo]] url = "https://github.com/MultiPoolMiner/MultiPoolMiner" +[[repo]] +url = "https://github.com/mymonero/hosted-monero-api-spec" + +[[repo]] +url = "https://github.com/mymonero/hostedwallet-server-staging" + +[[repo]] +url = "https://github.com/mymonero/monero" + +[[repo]] +url = "https://github.com/mymonero/monero-core-custom" + +[[repo]] +url = "https://github.com/mymonero/mymonero-app-android" + +[[repo]] +url = "https://github.com/mymonero/mymonero-app-ios" + +[[repo]] +url = "https://github.com/mymonero/mymonero-app-js" + +[[repo]] +url = "https://github.com/mymonero/mymonero-app-site" + +[[repo]] +url = "https://github.com/mymonero/mymonero-core-cpp" + +[[repo]] +url = "https://github.com/mymonero/mymonero-core-cpp--old" + +[[repo]] +url = "https://github.com/mymonero/mymonero-core-js" + +[[repo]] +url = "https://github.com/mymonero/mymonero-libapp-cpp" + +[[repo]] +url = "https://github.com/mymonero/mymonero-libapp-js" + [[repo]] url = "https://github.com/NanMetal/Claymore-CryptoNote-Proxy" diff --git a/data/ecosystems/t/tari.toml b/data/ecosystems/t/tari.toml index 375fe597..99d3b4e8 100644 --- a/data/ecosystems/t/tari.toml +++ b/data/ecosystems/t/tari.toml @@ -3,9 +3,45 @@ title = "Tari" sub_ecosystems = [] -github_organizations = ["https://github.com/tari-labs", "https://github.com/tari-project"] +github_organizations = ["https://github.com/big-neon", "https://github.com/tari-labs", "https://github.com/tari-project"] # Repositories +[[repo]] +url = "https://github.com/big-neon/bigneon" + +[[repo]] +url = "https://github.com/big-neon/bn-android-doorperson" + +[[repo]] +url = "https://github.com/big-neon/bn-api" + +[[repo]] +url = "https://github.com/big-neon/bn-api-node" + +[[repo]] +url = "https://github.com/big-neon/bn-db" + +[[repo]] +url = "https://github.com/big-neon/bn-front-door" + +[[repo]] +url = "https://github.com/big-neon/bn-ios" + +[[repo]] +url = "https://github.com/big-neon/bn-mobile-react" + +[[repo]] +url = "https://github.com/big-neon/bn-web" + +[[repo]] +url = "https://github.com/big-neon/bn-web-admin-demo" + +[[repo]] +url = "https://github.com/big-neon/docs" + +[[repo]] +url = "https://github.com/big-neon/filebeats" + [[repo]] url = "https://github.com/tari-labs/docker"