From e1582580cc667f7888bf2eaaf401df0011086c6b Mon Sep 17 00:00:00 2001 From: Lucas <169063936+mustbeperfect@users.noreply.github.com> Date: Wed, 21 May 2025 16:07:59 -0700 Subject: [PATCH] Added LibreHardwareMonitor and act --- source/data/applications.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/source/data/applications.json b/source/data/applications.json index 75c37b7..0233270 100644 --- a/source/data/applications.json +++ b/source/data/applications.json @@ -9065,6 +9065,38 @@ "language": "Python", "license": "MIT", "homepage_url": "https://archivebox.io" + }, + { + "name": "LibreHardwareMonitor", + "description": "", + "repo_url": "https://github.com/LibreHardwareMonitor/LibreHardwareMonitor", + "tags": [], + "platforms": [ + "windows" + ], + "category": "system-monitoring", + "stars": 0, + "flags": [], + "last_commit": "", + "language": "", + "license": "", + "homepage_url": "" + }, + { + "name": "act", + "description": "", + "repo_url": "https://github.com/nektos/act", + "tags": [], + "platforms": [ + "selfhost" + ], + "category": "dev-tools", + "stars": 0, + "flags": [], + "last_commit": "", + "language": "", + "license": "", + "homepage_url": "" } ] } \ No newline at end of file