diff options
| author | Moshe Barash <mosimchah@gmail.com> | 2022-01-11 17:44:14 +0100 |
|---|---|---|
| committer | Moshe Barash <mosimchah@gmail.com> | 2022-01-11 17:46:16 +0100 |
| commit | 67714512d4932996a1ff5011b68abdfdcfa84a16 (patch) | |
| tree | f5143f8ccb02c0bb962bcec4b9274742ab60881e | |
| parent | 526ac423971c7e3b8884969e891511fc3b2b76e3 (diff) | |
manifest: use https instead of the git protocolq10.0
Change-Id: I60223efa1215eb16281d689cd9a0813e114b8236
| -rw-r--r-- | aicp-default.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/aicp-default.xml b/aicp-default.xml index df1a9bbf..d70099ed 100644 --- a/aicp-default.xml +++ b/aicp-default.xml @@ -2,25 +2,25 @@ <manifest>
<remote name="aicp"
- fetch="git://github.com/"
+ fetch="https://github.com/"
review="gerrit.aicp-rom.com"
revision="refs/heads/q10.0"
sync-j="8" />
<remote name="lineage"
- fetch="git://github.com/"
+ fetch="https://github.com/"
review="review.lineageos.org"
revision="refs/heads/lineage-17.1"
sync-j="8" />
<remote name="omni"
- fetch="git://github.com/"
+ fetch="https://github.com/"
review="gerrit.omnirom.org"
revision="refs/heads/android-10"
sync-j="8" />
<remote name="github"
- fetch="git://github.com/"
+ fetch="https://github.com/"
sync-c="true"
sync-j="8" />
|
