diff options
author | David Robillard <d@drobilla.net> | 2019-12-09 10:41:50 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-12-09 10:41:50 +0100 |
commit | 0a175df57e8d55d67a8b5fe8308f35dd895b91cf (patch) | |
tree | d40686dc61e7239cbd86c956af3c0c04e78c92e8 /.gitmodules | |
parent | 16c9a2787cb2a343d8a615866b36c0d3c51d2706 (diff) | |
download | patchage-0a175df57e8d55d67a8b5fe8308f35dd895b91cf.tar.gz patchage-0a175df57e8d55d67a8b5fe8308f35dd895b91cf.tar.bz2 patchage-0a175df57e8d55d67a8b5fe8308f35dd895b91cf.zip |
Fix autowaf submodule reference
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 0ebe4f2..b2babe7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "waflib"] path = waflib - url = ../autowaf + url = ../autowaf.git |