diff options
author | Sam Bingner <sam@bingner.com> | 2018-09-30 22:50:49 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2018-09-30 22:50:49 -1000 |
commit | ae2e967c43880fbd1b7e7f130541e9dbbca0debf (patch) | |
tree | 09441918f5ad09a47a750885187e44493a5e8b12 /.gitmodules | |
parent | e1fe198695e4c91f62772fb1dbbfdc4607503cdc (diff) |
Make Cydia compatible back to iOS5 - unable to support older with this apt version due to newer apt requiring functions provided via libc++ on iOS
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index cc667a6..e12edad 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,4 +6,4 @@ url = git://git.saurik.com/apple/icu.git [submodule "apt"] path = apt - url = git://git.saurik.com/apt.git + url = git://git.bingner.com/apt.git |