From eabec949451047b4ae46f3a66b297a63798b518e Mon Sep 17 00:00:00 2001 From: "T. von Dein" Date: Tue, 16 Dec 2025 20:01:40 +0100 Subject: [PATCH] move to codeberg (#35) --- README.md | 6 ++---- src/jaildk.sh | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 005788f..97cb98d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -[![Actions](https://github.com/tlinden/jaildk/actions/workflows/ci.yaml/badge.svg)](https://github.com/tlinden/jaildk/actions) - ## jaildk - a FreeBSD jail development kit v2.0.4 ## Breaking Changes @@ -656,7 +654,7 @@ that's the best way for me to forget to do something. In order to report a bug, unexpected behavior, feature requests or to submit a patch, please open an issue on github: -https://github.com/TLINDEN/jaildk/issues. +https://codeberg.org/scip/jaildk/issues. ## Copyright and license @@ -670,5 +668,5 @@ F.Sass (Culsu) ## Project homepage -https://github.com/TLINDEN/jaildk +https://codeberg.org/scip/jaildk diff --git a/src/jaildk.sh b/src/jaildk.sh index 16d3ac0..4eb2cd9 100755 --- a/src/jaildk.sh +++ b/src/jaildk.sh @@ -1781,7 +1781,7 @@ jaildk_update() { rcscript=update force='' - repo="https://github.com/TLINDEN/jaildk.git" + repo="https://codeberg.org/scip/jaildk.git" mustberoot OPTIND=1; while getopts "f" arg; do