Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2016-05-06 14:23:17 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2016-05-09 09:53:34 +0300
commit1876bb928c8734bde66756994ea420fe4211e7e4 (patch)
treeffcbaff9629030f86c673615e254a423018d3736
parent7037862097192f8d790e5c8fc3dfd166a9ee5074 (diff)
install davclient via https because travis fails to install via ssh
-rw-r--r--bower.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/bower.json b/bower.json
index a5b87cd25..80d503cfa 100644
--- a/bower.json
+++ b/bower.json
@@ -26,7 +26,7 @@
"requirejs": "2.2.0",
"text": "^2.0.14",
"underscore": "~1.8.3",
- "davclient.js": "git@github.com:evert/davclient.js.git",
+ "davclient.js": "https://github.com/evert/davclient.js.git",
"es6-promise": "^3.2.1",
"ical.js": "^1.2.1"
}