From 3963be7a182c0a20ff4a5fe8fb23097d4c1ed31c Mon Sep 17 00:00:00 2001
From: Leo <thinkabit.ukim@gmail.com>
Date: Wed, 6 Nov 2019 09:25:40 -0300
Subject: [PATCH] Update README.md to reflect usage of GitLab

Also mention GitLab instead of GitHub when talking about contributing
to point potential contributors to our self-hosted GitLab instance
instead of GitHub
---
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 45edaaa97121..d1beb3dd962d 100644
--- a/README.md
+++ b/README.md
@@ -6,13 +6,14 @@ Alpine Linux package, along with the required patches and scripts,
 if any.
 
 It also contains some extra files and directories related to testing
-(and therefore, building) those packages on GitHub (via Travis and Drone.io).
+(and therefore, building) those packages on GitLab (via GitLab CI)
+and GitHub (via Travis and Drone.io).
 
 If you want to contribute, please read the
 [contributor guide](https://wiki.alpinelinux.org/wiki/Alpine_Linux:Contribute)
 and feel free to either submit a git patch on the Alpine aports
 mailing list (<alpine-aports@lists.alpinelinux.org>), or to submit a
-pull request on [GitHub](https://github.com/alpinelinux/aports).
+merge request on [GitLab](https://gitlab.alpinelinux.org/alpine/aports).
 
 
 Git Hooks
-- 
GitLab