aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-05-12 16:52:59 -0400
committerJesse Luehrs <doy@tozt.net>2016-05-12 17:20:37 -0400
commit891dff48e9dc12e892b6b69465036a9a62add9a7 (patch)
tree45b108d76c3a2add28ef79bb9f4b7ef92228abd3 /.gitmodules
parent98fb354c07503622f8682dc1f37dbc29e5c0ca10 (diff)
downloadvt100-rust-891dff48e9dc12e892b6b69465036a9a62add9a7.tar.gz
vt100-rust-891dff48e9dc12e892b6b69465036a9a62add9a7.zip
add .travis.yml
and fix other configuration so that travis works
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index a372cff..0077c76 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
[submodule "libvt100"]
path = libvt100
- url = git@github.com:doy/libvt100
+ url = https://github.com/doy/libvt100