diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-09-27 09:35:38 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-09-27 09:35:38 +0200 |
commit | 166e12b0d2c3350b28ed159b43a738cb09ebf1f6 (patch) | |
tree | d3b83827b9c01b0f93b354016e83d2939985aa28 /.gitmodules | |
parent | Updated dependencies. (diff) | |
download | newspipe-166e12b0d2c3350b28ed159b43a738cb09ebf1f6.tar.gz newspipe-166e12b0d2c3350b28ed159b43a738cb09ebf1f6.tar.bz2 newspipe-166e12b0d2c3350b28ed159b43a738cb09ebf1f6.zip |
Fixed a bug with SQLite support.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index fe23e1ee..91931bb4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "submodules/bootstrap"] - path = submodules/bootstrap - url = https://github.com/twbs/bootstrap.git + path = submodules/bootstrap + url = https://github.com/twbs/bootstrap.git |