chore: use http for submodule urls

This commit is contained in:
oSumAtrIX 2023-04-30 02:45:02 +02:00
parent bdeec45e73
commit 2177d80309
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4
1 changed files with 3 additions and 3 deletions

6
.gitmodules vendored
View File

@ -1,12 +1,12 @@
[submodule "repositories/revanced-patches"]
path = repositories/revanced-patches
url = git@github.com:revanced/revanced-patches.git
url = https://github.com/revanced/revanced-patches
branch = feat/docs
[submodule "repositories/revanced-manager"]
path = repositories/revanced-manager
url = git@github.com:revanced/revanced-manager.git
url = https://github.com/revanced/revanced-manager
branch = docs
[submodule "repositories/revanced-cli"]
path = repositories/revanced-cli
url = git@github.com:revanced/revanced-cli.git
url = https://github.com/revanced/revanced-cli
branch = main