diff options
author | Adam <adamdharrison@gmail.com> | 2022-09-13 18:05:58 -0400 |
---|---|---|
committer | Adam <adamdharrison@gmail.com> | 2022-09-13 18:05:58 -0400 |
commit | 01110499e09043fca918c853d11f266e1984dec4 (patch) | |
tree | 35a73b21fb89fd071b33c35aacf32beb84e5e700 /.gitmodules | |
parent | e7ae9aac73e0bcae77b4c96ce01a37db58efb246 (diff) | |
download | lite-xl-plugin-manager-01110499e09043fca918c853d11f266e1984dec4.tar.gz lite-xl-plugin-manager-01110499e09043fca918c853d11f266e1984dec4.zip |
Added in ability for ssl certificate to be explicitly specified.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 3755286..9f578cd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,6 +4,7 @@ [submodule "lib/libgit2"] path = lib/libgit2 url = https://github.com/libgit2/libgit2.git + branch = main [submodule "lib/openssl"] path = lib/openssl url = https://github.com/openssl/openssl.git |