Update remote URLs

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2023-07-24 20:54:38 +02:00
parent e1ce2ddd33
commit 44d001279c
Signed by: luzifer
GPG Key ID: D91C3E91E4CAD6F5

View File

@ -11,8 +11,8 @@ SYSTEM=$(uname -s | tr 'A-Z' 'a-z')
FORCE=0
typeset -A REPOS
REPOS=(
[public]='git@github.com:Luzifer/cfg.git#master'
[secret]='git@github.com:Luzifer/cfg-secret.git#master'
[public]='https://git.luzifer.io/luzifer/cfg.git#master'
[secret]='https://git.luzifer.io/luzifer/cfg-secret.git#master'
)
# --- OPT parsing ---