diff options
author | Alan Pearce | 2023-05-18 20:52:18 +0200 |
---|---|---|
committer | Alan Pearce | 2023-05-18 20:52:18 +0200 |
commit | 397ef49a967738fc0046ea9308f8fd7f1c447613 (patch) | |
tree | 513920ee8b4e8a671394ea6eef9c557b22a3c6ae /.gitmodules | |
parent | 83b0584d636cbfab9a81c03d2455424ddb885d1f (diff) | |
download | website-397ef49a967738fc0046ea9308f8fd7f1c447613.tar.lz website-397ef49a967738fc0046ea9308f8fd7f1c447613.tar.zst website-397ef49a967738fc0046ea9308f8fd7f1c447613.zip |
Make buildable with nix (requires submodule workaround)
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 5925756..b7aeba2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "themes/bear"] path = themes/bear - url = ssh://codeberg.org/alanpearce/zola-bearblog + url = ssh://git.alanpearce.eu/zola-bearblog |