From 1919dcc54aef8310fee64b1c827f4ad6c5696b4f Mon Sep 17 00:00:00 2001 From: Riccardo Strina <85676009+tartarughina@users.noreply.github.com> Date: Fri, 2 Jan 2026 20:40:17 +0100 Subject: [PATCH] Update authors in extension.toml Removed individual authors and replaced with a collective name. --- extension.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/extension.toml b/extension.toml index a6aa077..43032b1 100644 --- a/extension.toml +++ b/extension.toml @@ -3,9 +3,7 @@ name = "Java" version = "6.8.4" schema_version = 1 authors = [ - "Valentine Briese ", - "Samuser107 L.Longheval ", - "Yury Abykhodau ", + "Java Extension Contributors", ] description = "Java support." repository = "https://github.com/zed-extensions/java"