diff options
author | Fedja Beader <fedja@protonmail.ch> | 2023-12-10 22:00:01 +0100 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2023-12-10 22:00:01 +0100 |
commit | 460fb80d28212623bd9b9be3a4aeec246e00b7b5 (patch) | |
tree | 9ffcd29534aa0b67ce953e4df5eaa88b9f58de12 /.gitmodules | |
parent | 1e677ba581c547f26a128ec14c2d863c2847cf58 (diff) | |
download | tmwa-460fb80d28212623bd9b9be3a4aeec246e00b7b5.tar.gz tmwa-460fb80d28212623bd9b9be3a4aeec246e00b7b5.tar.bz2 tmwa-460fb80d28212623bd9b9be3a4aeec246e00b7b5.tar.xz tmwa-460fb80d28212623bd9b9be3a4aeec246e00b7b5.zip |
Switch attobuild repo location to my own fork. This should make build
go smoothly without making python2 your main python interpreter.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 931035d..cda3381 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "deps/attoconf"] path = deps/attoconf - url = https://github.com/o11c/attoconf.git + url = https://git.themanaworld.org/specing/attobuild |