diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-03-17 17:42:49 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-03-17 17:42:49 +0000 |
| commit | 6e41567faad913fd9a0b50fc6e64d16a02f05676 (patch) | |
| tree | 98aa633e9abc50c9702487de0baf458d9dd1d3db /.gitmodules | |
| parent | Remove old output file (diff) | |
| download | TCPDBench-6e41567faad913fd9a0b50fc6e64d16a02f05676.tar.gz TCPDBench-6e41567faad913fd9a0b50fc6e64d16a02f05676.zip | |
Various fixes for travis
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 28312620..3172a149 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,8 +1,8 @@ [submodule "execs/python/bocpdms"] path = execs/python/bocpdms - url = ssh://git@github.com/GjjvdBurg/bocpdms.git + url = https://github.com/GjjvdBurg/bocpdms.git branch = fixes [submodule "execs/python/rbocpdms"] path = execs/python/rbocpdms - url = ssh://git@github.com/GjjvdBurg/rbocpdms.git + url = https://github.com/GjjvdBurg/rbocpdms.git branch = fixes |
