From b1b6c52b92f2372644da9384e5d0d44edb2a92c2 Mon Sep 17 00:00:00 2001
From: Newbyte <newbyte@postmarketos.org>
Date: Mon, 7 Oct 2024 12:23:26 +0200
Subject: [PATCH] pmb.config: Adjust pmaports URLs to postmarketOS GitLab (MR
 2427)

We moved from gitlab.com to gitlab.postmarketos.org.
---
 pmb/config/__init__.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pmb/config/__init__.py b/pmb/config/__init__.py
index 128040f06..c24c68e2b 100644
--- a/pmb/config/__init__.py
+++ b/pmb/config/__init__.py
@@ -570,8 +570,8 @@ git_repos = {
         "git@gitlab.alpinelinux.org:alpine/aports.git",
     ],
     "pmaports": [
-        "https://gitlab.com/postmarketOS/pmaports.git",
-        "git@gitlab.com:postmarketos/pmaports.git",
+        "https://gitlab.postmarketos.org/postmarketOS/pmaports.git",
+        "git@gitlab.postmarketos.org:postmarketOS/pmaports.git",
     ],
 }
 
-- 
GitLab