From 100591c9f3ae52218534f3b2994e7274e6ab3936 Mon Sep 17 00:00:00 2001 From: Joseph Cloutier Date: Mon, 9 May 2022 16:45:05 -0400 Subject: [PATCH] Prefer using GitHub repos as submodules. --- .gitmodules | 6 +++--- project/lib/README.md | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 44846db58..cf1fd2e9f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -27,16 +27,16 @@ url = https://github.com/openfl/libjpeg [submodule "project/lib/freetype"] path = project/lib/freetype - url = https://gitlab.freedesktop.org/freetype/freetype.git + url = https://github.com/freetype/freetype [submodule "project/lib/harfbuzz"] path = project/lib/harfbuzz url = https://github.com/harfbuzz/harfbuzz [submodule "project/lib/cairo"] path = project/lib/cairo - url = https://gitlab.freedesktop.org/cairo/cairo.git + url = https://github.com/freedesktop/cairo [submodule "project/lib/pixman"] path = project/lib/pixman - url = https://gitlab.freedesktop.org/pixman/pixman.git + url = https://github.com/freedesktop/pixman [submodule "project/lib/lzma"] path = project/lib/lzma url = https://github.com/openfl/liblzma diff --git a/project/lib/README.md b/project/lib/README.md index 43908e921..50be71340 100644 --- a/project/lib/README.md +++ b/project/lib/README.md @@ -1,6 +1,10 @@ Submodule projects ================== +Where possible, Lime prefers to use GitHub repositories as submodules, as this makes browsing easier. (GitHub refuses to link to non-GitHub repos.) However, several of these repositories are mirrored from elsewhere, and will ignore issues and pull requests submitted on GitHub. + +**Always submit issues and pull requests to the primary repo, not to a GitHub mirror.** + Cairo: [homepage](https://www.cairographics.org/) | [repo](https://gitlab.freedesktop.org/cairo/cairo) | [GitHub mirror](https://github.com/freedesktop/cairo) cURL: [homepage](https://curl.se/) | [repo](https://github.com/curl/curl)