Skip to content

Commit b9080f7

Browse files
committed
Merge pull request #12 from superfell/master
Updated .gitmodules to use github.com since kernel.org is down for a while
2 parents e105618 + 2f4c342 commit b9080f7

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.gitmodules

+8-5
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,19 @@
66
url = [email protected]:guardianproject/sqlcipher-android.git
77
[submodule "external/dalvik"]
88
path = external/dalvik
9-
url = git://android.git.kernel.org/platform/dalvik.git
9+
url = git://github.com/android/platform_dalvik.git
1010
[submodule "external/android-sqlite"]
1111
path = external/android-sqlite
12-
url = git://android.git.kernel.org/platform/external/sqlite.git
12+
url = git://github.com/android/platform_external_sqlite.git
1313
[submodule "external/platform-system-core"]
1414
path = external/platform-system-core
15-
url = git://android.git.kernel.org/platform/system/core.git
15+
url = git://github.com/android/platform_system_core.git
1616
[submodule "external/platform-frameworks-base"]
1717
path = external/platform-frameworks-base
18-
url = git://android.git.kernel.org/platform/frameworks/base.git
18+
url = git://github.com/android/platform_frameworks_base.git
1919
[submodule "external/icu4c"]
2020
path = external/icu4c
21-
url = git://android.git.kernel.org/platform/external/icu4c.git
21+
url = git://github.com/android/platform_external_icu4c.git
22+
[submodule "notepadbot"]
23+
path = dist/SQLCipherForAndroid-SDK/samples/notepadbot
24+
url = git://github.com/guardianproject/notepadbot.git

0 commit comments

Comments
 (0)