build: Finish migration of subprojects to Codeberg
diff --git a/3RDPARTY.md b/3RDPARTY.md
index a32f19ef..eee4a168 100644
--- a/3RDPARTY.md
+++ b/3RDPARTY.md
@@ -19,11 +19,11 @@ that Limine is distributed under:
A non-binding, informal summary of all projects Limine depends on, and the
licenses used by said projects, in SPDX format, is as follows:
-- [cc-runtime](https://github.com/osdev0/cc-runtime)
+- [cc-runtime](https://codeberg.org/OSDev/cc-runtime)
(Apache-2.0 WITH LLVM-exception) is used to provide runtime libgcc-like
routines.
-- [0BSD Freestanding C Headers](https://github.com/osdev0/freestnd-c-hdrs-0bsd)
+- [0BSD Freestanding C Headers](https://codeberg.org/OSDev/freestnd-c-hdrs-0bsd)
(0BSD) provide GCC and Clang compatible freestanding C headers.
- [Limine Boot Protocol](https://codeberg.org/Limine/limine-protocol)
@@ -58,7 +58,7 @@ text related screen drawing.
- [stb_image](https://github.com/nothings/stb/blob/master/stb_image.h) (MIT) is
used for wallpaper image loading.
-- [libfdt](https://github.com/osdev0/libfdt) (BSD-2-Clause) is used for
+- [libfdt](https://codeberg.org/OSDev/libfdt) (BSD-2-Clause) is used for
manipulating Flat Device Trees.
Note that some of these projects, or parts of them, are provided under
diff --git a/bootstrap b/bootstrap
index 7d47adc8..7130b853 100755
--- a/bootstrap
+++ b/bootstrap
@@ -71,12 +71,12 @@ download_by_hash() {
if ! test -f version; then
clone_repo_commit \
- https://github.com/osdev0/freestnd-c-hdrs-0bsd.git \
+ https://codeberg.org/OSDev/freestnd-c-hdrs-0bsd.git \
freestnd-c-hdrs \
5e4e9e70278fe89ea328d359a58aff4f4a94b165
clone_repo_commit \
- https://github.com/osdev0/cc-runtime.git \
+ https://codeberg.org/OSDev/cc-runtime.git \
cc-runtime \
dae79833b57a01b9fd3e359ee31def69f5ae899b
cp cc-runtime/src/cc-runtime.c common/cc-runtime.s2.c
@@ -115,7 +115,7 @@ if ! test -f version; then
rm -f common/lib/stb_image.h.orig
clone_repo_commit \
- https://github.com/osdev0/libfdt.git \
+ https://codeberg.org/OSDev/libfdt.git \
libfdt \
7bf94e6347129d17eca263112296ad170dec28a9
fi
