build: Finish migration of subprojects to Codeberg

This commit is contained in:
Mintsuki
2025-08-30 13:55:43 +02:00
parent 174e30de2e
commit ae3d989d2d
2 changed files with 6 additions and 6 deletions

View File

@@ -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

View File

@@ -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