Update remote URLs
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
e1ce2ddd33
commit
44d001279c
1 changed files with 43 additions and 43 deletions
|
@ -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 ---
|
||||
|
|
Loading…
Reference in a new issue