From b682ca6885a83c96dea2665f1aa88b4e6ccf88a3 Mon Sep 17 00:00:00 2001 From: serejandmyself Date: Sun, 17 May 2020 20:22:09 +0200 Subject: [PATCH] Create cyber.toml --- data/ecosystems/c/cyber.toml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 data/ecosystems/c/cyber.toml diff --git a/data/ecosystems/c/cyber.toml b/data/ecosystems/c/cyber.toml new file mode 100644 index 00000000..497e8db4 --- /dev/null +++ b/data/ecosystems/c/cyber.toml @@ -0,0 +1,32 @@ +# Ecosystem Level Information +title = "Cyber" + +# Sub Ecosystems +# These are the titles of other ecosystems in different .toml files in the /data/ecosystems directory +sub_ecosystems = [] + +# Github Organizations +# This is a list of links to associated github organizations. +github_organizations = ["https://github.com/cybercongress"] + +# Repositories +# These are structs including a url and tags for a git repository. These URLS do not have to be on github. +[[repo]] +url = "https://github.com/cybercongress/go-cyber" +tags = [ "Protocol"] + +[[repo]] +url = "https://github.com/cybercongress/dot-cyber" +tags = [ "Application"] + +[[repo]] +url = "https://github.com/cybercongress/cyber-foundation" +tags = [ "cyber~Foundation DAO"] + +[[repo]] +url = "https://github.com/cybercongress/cyb-virus" +tags = [ "App extension"] + +[[repo]] +url = "https://github.com/cybercongress/congress/blob/master/ecosystem/Cyber%20Homestead%20doc.md" +tags = [ "Documentation"]