From d407352c085ea324dc33d750818d5b9e8dae24e7 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Wed, 2 Dec 2020 12:27:02 -0800 Subject: [PATCH] Added more Interledger repos from Airtable feedback --- data/ecosystems/i/interledger.toml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/data/ecosystems/i/interledger.toml b/data/ecosystems/i/interledger.toml index d347697f..a3d38ec6 100644 --- a/data/ecosystems/i/interledger.toml +++ b/data/ecosystems/i/interledger.toml @@ -5,6 +5,7 @@ sub_ecosystems = [] github_organizations = [ "https://github.com/interledger", + "https://github.com/interledger4j", "https://github.com/interledgerjs", "https://github.com/Kava-Labs", ] @@ -85,6 +86,27 @@ url = "https://github.com/interledger/specref" [[repo]] url = "https://github.com/interledger/webmonetization.org" +[[repo]] +url = "https://github.com/interledger4j/android-stream-sender-demo" + +[[repo]] +url = "https://github.com/interledger4j/example-ilpv4-connector-extended" + +[[repo]] +url = "https://github.com/interledger4j/ilp-performance" + +[[repo]] +url = "https://github.com/interledger4j/ilp-spsp-server" + +[[repo]] +url = "https://github.com/interledger4j/ilpv4-connector" + +[[repo]] +url = "https://github.com/interledger4j/java-ilpv4-connector-docs" + +[[repo]] +url = "https://github.com/interledger4j/load-test-ui" + [[repo]] url = "https://github.com/interledgerjs/btp-packet"