From c53988b978cca4b09a0bc127c14deb1829a281f5 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sun, 22 Dec 2019 11:55:21 +0100 Subject: [PATCH] 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. --- pmb/config/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmb/config/__init__.py b/pmb/config/__init__.py index 0df2ad29..a201756b 100644 --- a/pmb/config/__init__.py +++ b/pmb/config/__init__.py @@ -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", }