From ff7afa01cc9715d9b77afa97105cf2e68ee7146d Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Sat, 15 Feb 2020 09:07:11 -0800 Subject: [PATCH] Added Bisq ops, projects, and admin repos --- data/ecosystems/b/bisq.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data/ecosystems/b/bisq.toml b/data/ecosystems/b/bisq.toml index dd1b9443..afcdadcd 100644 --- a/data/ecosystems/b/bisq.toml +++ b/data/ecosystems/b/bisq.toml @@ -6,6 +6,9 @@ sub_ecosystems = [] github_organizations = ["https://github.com/bisq-network"] # Repositories +[[repo]] +url = "https://github.com/bisq-network/admin" + [[repo]] url = "https://github.com/bisq-network/analytics" @@ -114,6 +117,12 @@ url = "https://github.com/bisq-network/mailchimp" [[repo]] url = "https://github.com/bisq-network/monitoring" +[[repo]] +url = "https://github.com/bisq-network/ops" + +[[repo]] +url = "https://github.com/bisq-network/projects" + [[repo]] url = "https://github.com/bisq-network/proposals"