From 85c7cfa1879e8ff46a4f4b5afdb0b2523cd1cdc2 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Mon, 30 Sep 2019 22:14:53 -0700 Subject: [PATCH] Added Herdius. --- data/ecosystems/h/herdius.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 data/ecosystems/h/herdius.toml diff --git a/data/ecosystems/h/herdius.toml b/data/ecosystems/h/herdius.toml new file mode 100644 index 00000000..05de2da4 --- /dev/null +++ b/data/ecosystems/h/herdius.toml @@ -0,0 +1,19 @@ +# Ecosystem Level Information +title = "Herdius" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/herdius"] + +# Repositories +[[repo]] +url = "https://github.com/herdius/herdius-blockchain-api" + +[[repo]] +url = "https://github.com/herdius/herdius-core" + +[[repo]] +url = "https://github.com/herdius/herdius-node" + +[[repo]] +url = "https://github.com/herdius/walletversion"