Allow https git on DTTH git

This commit is contained in:
Natsu Kagami 2023-09-03 20:52:34 +02:00
parent 85fc60162c
commit af1319e60a
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

@ -100,7 +100,7 @@ in
repository = {
DEFAULT_PRIVATE = "private";
PREFERRED_LICENSES = strings.concatStringsSep "," [ "AGPL-3.0-or-later" "GPL-3.0-or-later" "Apache-2.0" ];
DISABLE_HTTP_GIT = true;
# DISABLE_HTTP_GIT = true;
DEFAULT_BRANCH = "master";
ENABLE_PUSH_CREATE_USER = true;
};