diff options
author | Art O Cathain <art.home@gmail.com> | 2014-06-22 19:43:36 +0100 |
---|---|---|
committer | Art O Cathain <art.home@gmail.com> | 2014-06-23 17:54:27 +0100 |
commit | a5d85b367dd885221f3f36eca82bfb3ec2b701c4 (patch) | |
tree | bd7929f4b013fb19a280069c51baa5752053e8ee /.gitmodules | |
parent | bfd7c03b0a363d9652432abd7a26782e52152ceb (diff) | |
download | open-keychain-a5d85b367dd885221f3f36eca82bfb3ec2b701c4.tar.gz open-keychain-a5d85b367dd885221f3f36eca82bfb3ec2b701c4.tar.bz2 open-keychain-a5d85b367dd885221f3f36eca82bfb3ec2b701c4.zip |
add OpenPGP-Haskell to test collateral
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 6b1646b89..0aaaa3d46 100644 --- a/.gitmodules +++ b/.gitmodules @@ -34,3 +34,6 @@ [submodule "extern/KeybaseLib"] path = extern/KeybaseLib url = https://github.com/timbray/KeybaseLib.git +[submodule "OpenKeychain/src/test/resources/extern/OpenPGP-Haskell"] + path = OpenKeychain/src/test/resources/extern/OpenPGP-Haskell + url = git://github.com/singpolyma/OpenPGP-Haskell.git |