From ca09b4fbbdbda74be72fe0b8cd66483d9a881668 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Sat, 21 Sep 2019 08:08:25 -0700 Subject: [PATCH] Added Berty to IPFS Ecosystem. --- data/ecosystems/b/berty.toml | 34 ++++++++++++++++++++++++++++++++++ data/ecosystems/i/ipfs.toml | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 data/ecosystems/b/berty.toml diff --git a/data/ecosystems/b/berty.toml b/data/ecosystems/b/berty.toml new file mode 100644 index 00000000..55573786 --- /dev/null +++ b/data/ecosystems/b/berty.toml @@ -0,0 +1,34 @@ +# Ecosystem Level Information +title = "Berty" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/berty"] + +# Repositories +[[repo]] +url = "https://github.com/berty/cavy" + +[[repo]] +url = "https://github.com/berty/go-ipfs-log" + +[[repo]] +url = "https://github.com/berty/go-libp2p-quic-transport" + +[[repo]] +url = "https://github.com/berty/go-orbit-db" + +[[repo]] +url = "https://github.com/berty/mgmt" + +[[repo]] +url = "https://github.com/berty/pbhbs" + +[[repo]] +url = "https://github.com/berty/protoc-gen-gotemplate" + +[[repo]] +url = "https://github.com/berty/repo-template" + +[[repo]] +url = "https://github.com/berty/zero-push" diff --git a/data/ecosystems/i/ipfs.toml b/data/ecosystems/i/ipfs.toml index bafff945..d5afcf09 100644 --- a/data/ecosystems/i/ipfs.toml +++ b/data/ecosystems/i/ipfs.toml @@ -1,7 +1,7 @@ # Ecosystem Level Information title = "IPFS" -sub_ecosystems = ["OrbitDB"] +sub_ecosystems = ["Berty", "OrbitDB"] github_organizations = ["https://github.com/ipfs"]