diff options
author | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-07-16 10:22:51 +0200 |
---|---|---|
committer | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-07-16 10:22:51 +0200 |
commit | e531da4036a3b5916c5fc9bda2bc034fb97ac7f6 (patch) | |
tree | c84e4af53faca2c5ee33a587e9130ee9fbb7c02e /.gitmodules | |
parent | 82af9672fdc7f548eb801c29d123c824ea286cdc (diff) | |
download | open-keychain-e531da4036a3b5916c5fc9bda2bc034fb97ac7f6.tar.gz open-keychain-e531da4036a3b5916c5fc9bda2bc034fb97ac7f6.tar.bz2 open-keychain-e531da4036a3b5916c5fc9bda2bc034fb97ac7f6.zip |
Add nfc lib
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 956362d4b..fc75dde7f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -34,3 +34,6 @@ [submodule "OpenKeychain-Test/src/test/resources/extern/OpenPGP-Haskell"] path = OpenKeychain-Test/src/test/resources/extern/OpenPGP-Haskell url = https://github.com/singpolyma/OpenPGP-Haskell.git +[submodule "extern/openpgp-card-nfc-lib"] + path = extern/openpgp-card-nfc-lib + url = https://github.com/open-keychain/openpgp-card-nfc-lib.git |