diff options
author | Martin Ashby <martin@ashbysoft.com> | 2023-08-22 10:56:14 +0100 |
---|---|---|
committer | Martin Ashby <martin@ashbysoft.com> | 2023-08-22 10:57:19 +0100 |
commit | 8de140a61e36adb97c017b73c4aca31f1548e289 (patch) | |
tree | 36b49b353e84d7b65b8c8bcf494cf1f2657bc5c8 /.gitmodules | |
parent | 06337b73aad590fdde9347e49bd531d202b2e687 (diff) | |
download | mfashby.net-8de140a61e36adb97c017b73c4aca31f1548e289.tar.gz mfashby.net-8de140a61e36adb97c017b73c4aca31f1548e289.tar.bz2 mfashby.net-8de140a61e36adb97c017b73c4aca31f1548e289.tar.xz mfashby.net-8de140a61e36adb97c017b73c4aca31f1548e289.zip |
Fixup deploy script again
Fixup .gitignore for zig
Fixup .gitmodules, use upstream direct now fixes are merged
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 246200f..e6a03aa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,4 +6,4 @@ url = git://code.mfashby.net:/zigwebserver [submodule "zig-comments/lib/mustache-zig"] path = comments/lib/mustache-zig - url = https://github.com/MFAshby/mustache-zig + url = https://github.com/batiati/mustache-zig |