diff options
author | David Robillard <d@drobilla.net> | 2019-12-09 10:41:09 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-12-09 10:41:09 +0100 |
commit | e32f32a360f2bf8f017ea347b6d1e568c0beaf68 (patch) | |
tree | db899eaf6ce88295be75bb054adfa65329684f59 /.gitmodules | |
parent | 36949a845cf79e105445b9bc8656f2560469dc4d (diff) | |
download | ingen-e32f32a360f2bf8f017ea347b6d1e568c0beaf68.tar.gz ingen-e32f32a360f2bf8f017ea347b6d1e568c0beaf68.tar.bz2 ingen-e32f32a360f2bf8f017ea347b6d1e568c0beaf68.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 0ebe4f28..b2babe71 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "waflib"] path = waflib - url = ../autowaf + url = ../autowaf.git |