diff --git a/portablemc/__init__.py b/portablemc/__init__.py index 7606097..019d620 100644 --- a/portablemc/__init__.py +++ b/portablemc/__init__.py @@ -8,6 +8,6 @@ LAUNCHER_NAME = "portablemc" LAUNCHER_VERSION = "4.2.0" -LAUNCHER_AUTHORS = ["Théo Rozier ", "GitHub Contributors"] +LAUNCHER_AUTHORS = ["Théo Rozier ", "Contributors"] LAUNCHER_COPYRIGHT = "PortableMC Copyright (C) 2021-2024 Théo Rozier" LAUNCHER_URL = "https://github.com/mindstorm38/portablemc"