diff options
author | Patrick Spek <p.spek@tyil.nl> | 2023-03-08 09:57:29 +0100 |
---|---|---|
committer | Patrick Spek <p.spek@tyil.nl> | 2023-03-08 09:57:29 +0100 |
commit | 2fe6324871a935a188544151aadff9e15361b500 (patch) | |
tree | 6db7a9012e8212266147c18f25a8e06fde84f5c5 | |
parent | 46d7a4b02a189b4d9ee78dd1e2a32870c52d6209 (diff) | |
download | tyilnet-2fe6324871a935a188544151aadff9e15361b500.tar.gz tyilnet-2fe6324871a935a188544151aadff9e15361b500.tar.bz2 |
Use HTTP transport for www-blog
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index adb3be6..fcd7476 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "playbooks.d/www-blog"] path = playbooks.d/www-blog - url = git.tyil.nl:bashtard-playbooks/www-static + url = https://git.tyil.nl/bashtard-playbooks/www-static |