diff options
author | Morph <[email protected]> | 2023-06-06 15:06:19 -0400 |
---|---|---|
committer | Morph <[email protected]> | 2023-06-06 15:12:12 -0400 |
commit | 08ba16e1054079af8ceec3de76c53443fc92ac50 (patch) | |
tree | f622ce98dd17201fb3a8931381b425a670842634 /.gitmodules | |
parent | 099f3f639e92bd4f479ce94ffa432d124deedb7a (diff) | |
download | yuzu-android-08ba16e1054079af8ceec3de76c53443fc92ac50.tar.gz yuzu-android-08ba16e1054079af8ceec3de76c53443fc92ac50.zip |
gitmodules: Fix libadrenotools submodule
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index ad7a9b970..95eae8109 100644 --- a/.gitmodules +++ b/.gitmodules @@ -49,6 +49,6 @@ [submodule "cpp-jwt"] path = externals/cpp-jwt url = https://github.com/arun11299/cpp-jwt.git -[submodule "externals/libadrenotools"] +[submodule "libadrenotools"] path = externals/libadrenotools url = https://github.com/bylaws/libadrenotools |