Fix kubek website url (#833)

- ref: #1
- `https://kubek.seeroy.ru : HTTPSConnectionPool(host='kubek.seeroy.ru', port=443): Max retries exceeded with url: / (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7f8ace81db70>: Failed to resolve 'kubek.seeroy.ru' ([Errno -2] Name or service not known)"))`
This commit is contained in:
Rabenherz112 2024-08-25 16:49:14 +02:00 committed by GitHub
parent 84cb4eac53
commit 0873b9cd7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
name: Kubek
website_url: https://kubek.seeroy.ru
website_url: https://kubek.seeeroy.ru
description: Web management panel for Minecraft servers.
licenses:
- GPL-3.0