From 6eab85374dcce061cd15cee296c79f8f1128f4c8 Mon Sep 17 00:00:00 2001 From: Jack <55409055+Jack1424@users.noreply.github.com> Date: Sun, 23 Jun 2024 18:23:33 -0400 Subject: [PATCH] remove unnecessary spaces in the authors array --- src/main/resources/plugin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index c158772..889e184 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -3,5 +3,5 @@ version: '${version}' description: Sync your server time and weather with the real world main: io.github.jack1424.realtimeweather.RealTimeWeather load: POSTWORLD -authors: [ Jack1424 ] +authors: [Jack1424] website: https://github.com/Jack1424/RealTimeWeather