From d04e307ff1b5466b99ada762bb94eac07bc6f189 Mon Sep 17 00:00:00 2001 From: Lucas <169063936+mustbeperfect@users.noreply.github.com> Date: Thu, 10 Jul 2025 11:20:45 -0700 Subject: [PATCH] Added FInch and Colima to containers --- source/data/applications.json | 36 +++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/source/data/applications.json b/source/data/applications.json index 4ff0f46..838ac60 100644 --- a/source/data/applications.json +++ b/source/data/applications.json @@ -9495,6 +9495,42 @@ "language": "", "license": "", "homepage_url": "" + }, + { + "name": "Finch", + "description": "", + "repo_url": "https://github.com/runfinch/finch", + "tags": [ + "cli" + ], + "platforms": [ + "cross" + ], + "category": "containers", + "stars": 0, + "flags": [], + "last_commit": "", + "language": "", + "license": "", + "homepage_url": "" + }, + { + "name": "Colima", + "description": "", + "repo_url": "https://github.com/abiosoft/colima", + "tags": [ + "cli" + ], + "platforms": [ + "cross" + ], + "category": "containers", + "stars": 0, + "flags": [], + "last_commit": "", + "language": "", + "license": "", + "homepage_url": "" } ] } \ No newline at end of file