git aports_upstream: use gitlab.alpinelinux.org (!1845)

Use Alpine's primary mirror instead of the mirrored version at github
for new clones. A follow up commit will display the clone URL.
This commit is contained in:
Oliver Smith 2019-12-22 11:55:21 +01:00
parent a38026f98e
commit c53988b978
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@ flashers = {
# GIT
#
git_repos = {
"aports_upstream": "https://github.com/alpinelinux/aports",
"aports_upstream": "https://gitlab.alpinelinux.org/alpine/aports.git",
"pmaports": "https://gitlab.com/postmarketOS/pmaports.git",
}