diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2014-10-07 20:08:12 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2014-10-07 20:08:12 +0200 |
commit | 2123df90ffb5ae07c6439609123fad14cb75d9ef (patch) | |
tree | 4962df96b7bd579c6cd9f5a8c23019ae77e0ab00 /.gitmodules | |
parent | 08c58ff72efd61380e82329609c552d3c446071d (diff) | |
download | sciteco-2123df90ffb5ae07c6439609123fad14cb75d9ef.tar.gz |
fixed URL in .gitmodules
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index e7c042b..960755c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,5 +1,5 @@ [submodule "scintilla"] path = scintilla - url = git@github.com:rhaberkorn/scintilla-mirror.git + url = https://github.com/rhaberkorn/scintilla-mirror.git branch = sciteco-dev ignore = all |