diff options
author | mar-v-in <github@rvin.mooo.com> | 2014-06-23 21:46:17 +0200 |
---|---|---|
committer | mar-v-in <github@rvin.mooo.com> | 2014-06-23 21:46:17 +0200 |
commit | 6c42fe58bd2f73966af8a98fd8920ca1762c77e8 (patch) | |
tree | 2a28949fd8de0e091add50560085d4f19a76d896 /.gitmodules | |
parent | 2cd4f7eb9301a807211c51190e85f0ea6524b0c3 (diff) | |
download | open-keychain-6c42fe58bd2f73966af8a98fd8920ca1762c77e8.tar.gz open-keychain-6c42fe58bd2f73966af8a98fd8920ca1762c77e8.tar.bz2 open-keychain-6c42fe58bd2f73966af8a98fd8920ca1762c77e8.zip |
Add minidns submodule
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index cfc81114c..f18a8731b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -31,3 +31,6 @@ [submodule "extern/KeybaseLib"] path = extern/KeybaseLib url = https://github.com/timbray/KeybaseLib.git +[submodule "extern/minidns"] + path = extern/minidns + url = https://github.com/open-keychain/minidns.git |