From 2a634989bd155f36b7d73774856114c3713d3a74 Mon Sep 17 00:00:00 2001 From: Choudary Hussain Ali <210404880+choudaryhussainali@users.noreply.github.com> Date: Wed, 13 Aug 2025 08:08:27 -0700 Subject: [PATCH 1/2] fix typo in data.json --- data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.json b/data.json index aeb4aaf..8a14862 100644 --- a/data.json +++ b/data.json @@ -160,7 +160,7 @@ { "name": "Alda", "link": "https://github.com/alda-lang/alda", - "label": "low-hanging-fruit", + "label": "Low-Hanging-Fruit", "technologies": [ "Go" ], From 8efdde4d4dfcdd73b6ef0cfe09304b680c25e5c6 Mon Sep 17 00:00:00 2001 From: Sammy Hori Date: Mon, 18 Aug 2025 11:46:24 +0100 Subject: [PATCH 2/2] Fix issue label for Alda in data.json --- data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.json b/data.json index 8a14862..04e324d 100644 --- a/data.json +++ b/data.json @@ -160,7 +160,7 @@ { "name": "Alda", "link": "https://github.com/alda-lang/alda", - "label": "Low-Hanging-Fruit", + "label": "low-hanging fruit", "technologies": [ "Go" ],