From 707fff5ae5817f45f2081e5bb493c62a07a2fa89 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Tue, 18 Feb 2020 08:38:12 -0800 Subject: [PATCH] Added Edgeware anon repos --- data/ecosystems/e/edgeware.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data/ecosystems/e/edgeware.toml b/data/ecosystems/e/edgeware.toml index 02b45370..8826e8b0 100644 --- a/data/ecosystems/e/edgeware.toml +++ b/data/ecosystems/e/edgeware.toml @@ -6,6 +6,9 @@ sub_ecosystems = [] github_organizations = ["https://github.com/hicommonwealth"] # Repositories +[[repo]] +url = "https://github.com/hicommonwealth/anon" + [[repo]] url = "https://github.com/hicommonwealth/apps" @@ -102,6 +105,9 @@ url = "https://github.com/hicommonwealth/PLCRVoting" [[repo]] url = "https://github.com/hicommonwealth/substrate" +[[repo]] +url = "https://github.com/hicommonwealth/substrate-clsag" + [[repo]] url = "https://github.com/hicommonwealth/substrate-node-template"