aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-09-27 09:35:38 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-09-27 09:35:38 +0200
commit166e12b0d2c3350b28ed159b43a738cb09ebf1f6 (patch)
treed3b83827b9c01b0f93b354016e83d2939985aa28 /.gitmodules
parentUpdated dependencies. (diff)
downloadnewspipe-166e12b0d2c3350b28ed159b43a738cb09ebf1f6.tar.gz
newspipe-166e12b0d2c3350b28ed159b43a738cb09ebf1f6.tar.bz2
newspipe-166e12b0d2c3350b28ed159b43a738cb09ebf1f6.zip
Fixed a bug with SQLite support.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules4
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
bgstack15