mirror of
https://github.com/e107inc/e107.git
synced 2025-04-13 09:01:59 +02:00
Git submodules use HTTPS URL now
Ideal for pulls and users who have not uploaded their SSH public key to their GitHub account Bit more of a hassle to those who code for e107 and normally push with their SSH public key Fixes: #2
This commit is contained in:
parent
1d5a70ab4b
commit
a26721aff1
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -1,8 +1,8 @@
|
||||
[submodule "e107"]
|
||||
path = e107
|
||||
url = git@github.com:e107inc/e107.git
|
||||
url = https://github.com/e107inc/e107.git
|
||||
branch = .
|
||||
[submodule "lib/cpaneluapi"]
|
||||
path = lib/cpaneluapi
|
||||
url = git@github.com:N1ghteyes/cpanel-UAPI-php-class.git
|
||||
url = https://github.com/N1ghteyes/cpanel-UAPI-php-class.git
|
||||
branch = .
|
||||
|
Loading…
x
Reference in New Issue
Block a user