From c1ea76074f8f544202eeb0d43ce5c6107113fb23 Mon Sep 17 00:00:00 2001 From: Giuseppe DeLuca <77351244+GiupiDeLuca@users.noreply.github.com> Date: Mon, 20 Nov 2023 11:32:31 -0500 Subject: [PATCH] Create drop-wireless.toml (#654) * Create drop-wireless.toml * Update drop-wireless.toml --- data/ecosystems/d/drop-wireless.toml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 data/ecosystems/d/drop-wireless.toml diff --git a/data/ecosystems/d/drop-wireless.toml b/data/ecosystems/d/drop-wireless.toml new file mode 100644 index 0000000000..a00d1a61ae --- /dev/null +++ b/data/ecosystems/d/drop-wireless.toml @@ -0,0 +1,25 @@ +# Ecosystem Level Information +title = "Drop Wireless" + +sub_ecosystems = [] + +github_organizations = [ + "https://github.com/drop-wireless" +] + +# Repositories + +[[repo]] +url = "https://github.com/drop-wireless/contracts" + +[[repo]] +url = "https://github.com/drop-wireless/media-server" + +[[repo]] +url = "https://github.com/drop-wireless/gateway-w3bstream-applet" + +[[repo]] +url = "https://github.com/drop-wireless/media-app" + +[[repo]] +url = "https://github.com/drop-wireless/media-node"