Skip to content

Commit 38b74fc

Browse files
committed
chore(submodules): use HTTPS URLs
Backport chen08209#1567 (Goooler), extended to tray_manager symmetrically. Without this fresh clone fails for users without an SSH key in GitHub.
1 parent 57fb415 commit 38b74fc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[submodule "core/Clash.Meta"]
22
path = core/Clash.Meta
3-
url = git@github.com:chen08209/Clash.Meta.git
3+
url = https://github.com/chen08209/Clash.Meta
44
branch = FlClash
55
[submodule "plugins/flutter_distributor"]
66
path = plugins/flutter_distributor
7-
url = git@github.com:chen08209/flutter_distributor.git
7+
url = https://github.com/chen08209/flutter_distributor
88
branch = FlClash
99
[submodule "plugins/tray_manager"]
1010
path = plugins/tray_manager
11-
url = git@github.com:chen08209/tray_manager.git
11+
url = https://github.com/chen08209/tray_manager
1212
branch = main
1313

1414

0 commit comments

Comments
 (0)