1
0
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:
Deltik 2018-02-16 17:03:14 -06:00
parent 1d5a70ab4b
commit a26721aff1
No known key found for this signature in database
GPG Key ID: 1167C5F9C9897637

4
.gitmodules vendored
View File

@ -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 = .