aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-05-07 16:51:06 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2014-05-07 16:51:06 +0200
commitab1b2df2d69f26d5976e9b0b2a3380952417a0ae (patch)
tree8a42e1b39ddf756ca92f235ddd12c8fbdde8706d /.gitmodules
parent377edfb31090eaa948852d264614817749febd23 (diff)
downloadopen-keychain-ab1b2df2d69f26d5976e9b0b2a3380952417a0ae.tar.gz
open-keychain-ab1b2df2d69f26d5976e9b0b2a3380952417a0ae.tar.bz2
open-keychain-ab1b2df2d69f26d5976e9b0b2a3380952417a0ae.zip
Move API libs and API example into their own git repos
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 81266d346..572293f94 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -19,3 +19,9 @@
[submodule "extern/html-textview"]
path = extern/html-textview
url = https://github.com/open-keychain/html-textview.git
+[submodule "extern/openpgp-api-lib"]
+ path = extern/openpgp-api-lib
+ url = https://github.com/open-keychain/openpgp-api-lib.git
+[submodule "extern/openkeychain-api-lib"]
+ path = extern/openkeychain-api-lib
+ url = https://github.com/open-keychain/openkeychain-api-lib.git