From ab00ff2710a9e5f27abb719838d1b97f55beac5e Mon Sep 17 00:00:00 2001 From: Pere Gomila Date: Thu, 2 Apr 2026 21:51:05 +0200 Subject: [PATCH] Add 'foss' key to NodeJS LTS in applications.json (#4272) Added 'foss' key to NodeJS LTS application entry. --- config/applications.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/applications.json b/config/applications.json index 294b7505..0aa54b83 100644 --- a/config/applications.json +++ b/config/applications.json @@ -1720,7 +1720,8 @@ "content": "NodeJS LTS", "description": "NodeJS LTS provides Long-Term Support releases for stable and reliable server-side JavaScript development.", "link": "https://nodejs.org/", - "winget": "OpenJS.NodeJS.LTS" + "winget": "OpenJS.NodeJS.LTS", + "foss": true }, "nomacs": { "category": "Multimedia Tools",