From d998ee6fc64ea7e066014023653d1271b7702c09 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 1 Nov 2021 11:33:42 +0100 Subject: [PATCH] s/GitHub/GitLab/ --- .build.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.build.yml b/.build.yml index 4e45b0a..99eceeb 100644 --- a/.build.yml +++ b/.build.yml @@ -2,7 +2,7 @@ image: archlinux packages: - wayland sources: - - https://github.com/swaywm/wlr-protocols + - https://gitlab.freedesktop.org/wlroots/wlr-protocols.git tasks: - protocols: | cd wlr-protocols diff --git a/README.md b/README.md index c75b848..412bb6a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Wayland protocols designed for use in wlroots (and other compositors). ## Submitting changes to existing protocols -Please submit a pull request on GitHub. +Please submit a merge request on GitLab. ## Submitting new protocols