commit: 18e9715adf57f0b0b5d76e044ef37982a2e3286d
parent fedb08274b3858cdbdca6d497f0239498f9acd7d
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Wed, 11 Dec 2024 22:30:52 +0100
.builds: hacktivis.me -> anongit.hacktivis.me
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml
@@ -6,7 +6,7 @@ packages:
- gcc
- devel/cram
sources:
- - https://hacktivis.me/git/utils-std.git
+ - https://anongit.hacktivis.me/git/utils-std.git
tasks:
- info: "uname -a"
- clang: |
diff --git a/.builds/netbsd.yml b/.builds/netbsd.yml
@@ -6,7 +6,7 @@ packages:
- clang
# FIXME: cram/prysk on NetBSD, where?
sources:
- - https://hacktivis.me/git/utils-std.git
+ - https://anongit.hacktivis.me/git/utils-std.git
tasks:
- info: "uname -a"
- clang: |