Fix Forgejo URLs: dsm.motocamp.de:3051 → git.motocamp.de

This commit is contained in:
rene 2026-03-07 16:58:16 +01:00
parent 029c55c06e
commit 94c178252d
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@
set -e
REPO_URL="https://dsm.motocamp.de:3051/rene/dotfiles-rene.git"
REPO_URL="https://git.motocamp.de/rene/dotfiles-rene.git"
BASE_DIR="$HOME/git-projekte"
REPO_NAME="dotfiles-rene"
REPO_DIR="$BASE_DIR/$REPO_NAME"