Don't use too common 'gitlab' name, and use proper gitlab uri

This commit is contained in:
Pierre-Hugues Husson 2020-05-25 16:19:54 +02:00
parent 4adbedd782
commit 363e061ffd
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="gitlab" fetch="https://gitlab.org/" />
<remote name="gms-mirror" fetch="https://gitlab.com/gms-mirror/" />
<project path="vendor/google" name="gms-mirror/gmsexpress" revision="master" remote="gitlab" />
<project path="vendor/google" name="gmsexpress" revision="master" remote="gms-mirror" />
</manifest>