diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-24 11:27:02 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-24 11:27:02 +0100 |
commit | bde079b899066bec3b89b3ac659bec00a73afe8c (patch) | |
tree | 8ae38c3d19c4e169417bf37caec9665644ace2c5 | |
parent | fd05dd085644e8a931664a92d866a5b1b6ce559c (diff) | |
download | sqltutor-plugin-bde079b899066bec3b89b3ac659bec00a73afe8c.tar.gz sqltutor-plugin-bde079b899066bec3b89b3ac659bec00a73afe8c.tar.bz2 sqltutor-plugin-bde079b899066bec3b89b3ac659bec00a73afe8c.zip |
Use https url for submodules
Since thats not blocked in the hostel.
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 5c89d09..fdcb3cc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "doc/asciidoc-boilerplate"] path = doc/asciidoc-boilerplate - url = git://git.bnfr.net/asciidoc-boilerplate + url = https://git.bnfr.net/asciidoc-boilerplate |