From 4d85ecbda64931f250576c995c522222e17a4d1f Mon Sep 17 00:00:00 2001 From: NellySayon <108295227+NellySayon@users.noreply.github.com> Date: Sun, 22 Oct 2023 17:20:12 +0200 Subject: [PATCH 1/3] added radixcharts.toml --- data/ecosystems/r/radixcharts.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 data/ecosystems/r/radixcharts.toml diff --git a/data/ecosystems/r/radixcharts.toml b/data/ecosystems/r/radixcharts.toml new file mode 100644 index 0000000000..da4ace9990 --- /dev/null +++ b/data/ecosystems/r/radixcharts.toml @@ -0,0 +1,10 @@ +# Ecosystem Level Information +title = "RadixCharts" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/NellySayon"] + +# Repositories +[[repo]] +url = "https://github.com/NellySayon/ecobadge" From 9728b2aea1fae578f8fc6322e7780cfdd71f9ce6 Mon Sep 17 00:00:00 2001 From: NellySayon <108295227+NellySayon@users.noreply.github.com> Date: Sun, 22 Oct 2023 17:22:41 +0200 Subject: [PATCH 2/3] Update radix-dlt.toml with sub_ecosystem --- data/ecosystems/r/radix-dlt.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/ecosystems/r/radix-dlt.toml b/data/ecosystems/r/radix-dlt.toml index bcdf28f786..dbce01676c 100644 --- a/data/ecosystems/r/radix-dlt.toml +++ b/data/ecosystems/r/radix-dlt.toml @@ -1,7 +1,7 @@ # Ecosystem Level Information title = "Radix DLT" -sub_ecosystems = [] +sub_ecosystems = [RadixCharts] github_organizations = ["https://github.com/radixdlt"] From ffd809645083597e77c288760f7a96ba85dd6c42 Mon Sep 17 00:00:00 2001 From: Enrique Herreros Date: Tue, 19 Dec 2023 20:18:09 +0100 Subject: [PATCH 3/3] last fixes --- data/ecosystems/r/radix-dlt.toml | 2 +- data/ecosystems/r/radixcharts.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/ecosystems/r/radix-dlt.toml b/data/ecosystems/r/radix-dlt.toml index dbce01676c..03d8383bb3 100644 --- a/data/ecosystems/r/radix-dlt.toml +++ b/data/ecosystems/r/radix-dlt.toml @@ -1,7 +1,7 @@ # Ecosystem Level Information title = "Radix DLT" -sub_ecosystems = [RadixCharts] +sub_ecosystems = ["RadixCharts"] github_organizations = ["https://github.com/radixdlt"] diff --git a/data/ecosystems/r/radixcharts.toml b/data/ecosystems/r/radixcharts.toml index da4ace9990..9d07b862fc 100644 --- a/data/ecosystems/r/radixcharts.toml +++ b/data/ecosystems/r/radixcharts.toml @@ -3,7 +3,7 @@ title = "RadixCharts" sub_ecosystems = [] -github_organizations = ["https://github.com/NellySayon"] +github_organizations = [] # Repositories [[repo]]