Skip to content

Commit 2a91a5d

Browse files
authored
Fix: Kometa - Fix wrong web site address (#2318)
* fix web address * fix another bad web address
1 parent 2492497 commit 2a91a5d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ct/kometa.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
33
# Copyright (c) 2021-2025 community-scripts ORG
44
# Author: Slaviša Arežina (tremor021)
55
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
6-
# Source: https://github.com/Snawoot/kometa
6+
# Source: https://github.com/Kometa-Team/Kometa
77

88
# App Default Values
99
APP="Kometa"

install/kometa-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright (c) 2021-2025 community-scripts ORG
44
# Author: Slaviša Arežina (tremor021)
55
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
6-
# Source: https://github.com/Snawoot/kometa
6+
# Source: https://github.com/Kometa-Team/Kometa
77

88
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
99
color

json/kometa.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"privileged": false,
1111
"interface_port": null,
1212
"documentation": "https://kometa.wiki/en/latest/",
13-
"website": "https://github.com/Snawoot/Kometa",
13+
"website": "https://github.com/Kometa-Team/Kometa",
1414
"logo": "https://kometa.wiki/en/latest/assets/icon.png",
1515
"description": "Kometa (formerly known as Plex Meta Manager) is a powerful tool designed to give you complete control over your media libraries",
1616
"install_methods": [

0 commit comments

Comments
 (0)