Added Berty to IPFS Ecosystem.

This commit is contained in:
Curtis Spencer
2019-09-21 08:08:25 -07:00
parent 85c806ec6f
commit ca09b4fbbd
2 changed files with 35 additions and 1 deletions

View File

@@ -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"

View File

@@ -1,7 +1,7 @@
# Ecosystem Level Information
title = "IPFS"
sub_ecosystems = ["OrbitDB"]
sub_ecosystems = ["Berty", "OrbitDB"]
github_organizations = ["https://github.com/ipfs"]