diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2017-03-11 13:47:41 +0100 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2017-03-11 15:41:53 +0100 |
commit | aa9baa019bb53d83625e0a296efc744ef351fd45 (patch) | |
tree | ad4784925b8ed6e831a4b10628c650ba492356a0 /.gitmodules | |
parent | 077aa887ba94e93006feadc28a06c13c829d318a (diff) | |
download | libnitrokey-aa9baa019bb53d83625e0a296efc744ef351fd45.tar.gz libnitrokey-aa9baa019bb53d83625e0a296efc744ef351fd45.tar.bz2 |
Add tested Travis build configuration. Set proper hidapi url.
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 4c898f5..1656b22 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,4 +6,4 @@ url = https://github.com/pybind/pybind11.git [submodule "hidapi"] path = hidapi - url = git@github.com:szszszsz/hidapi.git + url = https://github.com/szszszsz/hidapi.git |