From 405704668d5ae2e9d12b0610f0dfd51967db7f44 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Sun, 25 Aug 2019 13:09:54 -0700 Subject: [PATCH] Added mothra to libp2p ecosystem. --- data/ecosystems/l/libp2p.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/ecosystems/l/libp2p.toml b/data/ecosystems/l/libp2p.toml index 3ab660c7..47398442 100644 --- a/data/ecosystems/l/libp2p.toml +++ b/data/ecosystems/l/libp2p.toml @@ -6,6 +6,10 @@ sub_ecosystems = [] github_organizations = ["https://github.com/libp2p"] # Repositories +[[repo]] +url = "https://github.com/jrhea/mothra" +tags = ["Protocol"] + [[repo]] url = "https://github.com/libp2p/bountied-projects"