Update gitmodule url to use https

The .git suffix was dropped and git@ was used instead of https://

Update to be consistent with other submodules.
This commit is contained in:
Paul Rigge
2019-02-19 10:48:23 -08:00
committed by GitHub
parent d97afcdfbc
commit 0de9d396b4

2
.gitmodules vendored
View File

@@ -6,4 +6,4 @@
url = https://github.com/ucb-bar/testchipip.git
[submodule "barstools"]
path = barstools
url = git@github.com:ucb-bar/barstools
url = https://github.com/ucb-bar/barstools.git