From f4473014ad25fcd42c55cf2f7f8cad4a7fa8c963 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Sun, 19 Jan 2020 09:58:03 -0800 Subject: [PATCH] Added more Stegos repos (android, website, whitepaper) --- data/ecosystems/s/stegos.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/data/ecosystems/s/stegos.toml b/data/ecosystems/s/stegos.toml index c2bfe5b3..2ff2712d 100644 --- a/data/ecosystems/s/stegos.toml +++ b/data/ecosystems/s/stegos.toml @@ -6,6 +6,9 @@ sub_ecosystems = [] github_organizations = ["https://github.com/stegos"] # Repositories +[[repo]] +url = "https://github.com/stegos/cc-rs" + [[repo]] url = "https://github.com/stegos/Chat" @@ -45,6 +48,12 @@ url = "https://github.com/stegos/rust-rocksdb" [[repo]] url = "https://github.com/stegos/stegos" +[[repo]] +url = "https://github.com/stegos/stegos-android" + +[[repo]] +url = "https://github.com/stegos/stegos-docs-hugo" + [[repo]] url = "https://github.com/stegos/stegos-external-libs" @@ -53,3 +62,9 @@ url = "https://github.com/stegos/stegos-pycli" [[repo]] url = "https://github.com/stegos/stegos-wallet" + +[[repo]] +url = "https://github.com/stegos/stegos-website" + +[[repo]] +url = "https://github.com/stegos/whitepaper"