Skip to content

Commit dd7dd88

Browse files
committed
Update some links from github.com to codeberg.org
1 parent ad809c1 commit dd7dd88

4 files changed

Lines changed: 9 additions & 7 deletions

File tree

GNUmakefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ debug:
1313
JINX_CONFIG_FILE=jinx-config-debug $(MAKE) all
1414

1515
jinx:
16-
curl -Lo jinx https://github.com/mintsuki/jinx/raw/7a101a39eb061713f9c50ceafa1d713f35f17a3b/jinx
17-
chmod +x jinx
16+
git clone https://codeberg.org/mintsuki/jinx.git jinx-repo
17+
git -C jinx-repo checkout 7a101a39eb061713f9c50ceafa1d713f35f17a3b
18+
mv jinx-repo/jinx ./
19+
rm -rf jinx-repo
1820

1921
.PHONY: run-kvm
2022
run-kvm: vinix.iso

kernel/get-deps

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,18 +65,18 @@ download_by_hash() {
6565
}
6666

6767
clone_repo_commit \
68-
https://github.com/osdev0/freestnd-c-hdrs-0bsd.git \
68+
https://codeberg.org/osdev/freestnd-c-hdrs-0bsd.git \
6969
freestnd-c-hdrs \
7070
a87c192f3eb66b0806740dc67325f9ad23fc2d0b
7171

7272
clone_repo_commit \
73-
https://github.com/osdev0/cc-runtime.git \
73+
https://codeberg.org/osdev/cc-runtime.git \
7474
cc-runtime \
7575
576a01179f3298a4795b92f42c088f9f8800b56b
7676

7777
# 1.0.2
7878
clone_repo_commit \
79-
https://github.com/mintsuki/flanterm.git \
79+
https://codeberg.org/mintsuki/flanterm.git \
8080
c/flanterm \
8181
9d0f67b89db1d83236f9ac291339248ba3d5f479
8282

recipes/freestnd-c-hdrs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name=freestnd-c-hdrs
44
version=87956bbcad0e1934e708223913be53131311342d
55
revision=1
6-
git_url="https://github.com/osdev0/freestnd-c-hdrs.git"
6+
git_url="https://codeberg.org/osdev/freestnd-c-hdrs.git"
77
commit=${version}
88

99
build() {

recipes/freestnd-cxx-hdrs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name=freestnd-cxx-hdrs
44
version=1cc6d4665e1e0ce4408c94616c8c4de4c19b9968
55
revision=1
6-
git_url="https://github.com/osdev0/freestnd-cxx-hdrs.git"
6+
git_url="https://codeberg.org/osdev/freestnd-cxx-hdrs.git"
77
commit=${version}
88

99
build() {

0 commit comments

Comments
 (0)