diff options
author | Alan Pearce | 2018-06-17 19:48:23 +0200 |
---|---|---|
committer | Alan Pearce | 2018-06-17 19:48:23 +0200 |
commit | 686834ed853959cc5a7b83675a572b0322c1f562 (patch) | |
tree | f8347871361a33a52f69d17ba3db93992566c8ee /.gitmodules | |
parent | 7ffe02d5070b979f7a99727f9a919bc5a2956038 (diff) | |
download | website-686834ed853959cc5a7b83675a572b0322c1f562.tar.lz website-686834ed853959cc5a7b83675a572b0322c1f562.tar.zst website-686834ed853959cc5a7b83675a572b0322c1f562.zip |
Fix Netlify pull fail
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 71f2775..6ad4f72 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "themes/hyde"] path = themes/hyde - url = https://gitlab.com/alanpearce/hyde.git + url = https://git.alanpearce.eu/hyde/ |