summaryrefslogtreecommitdiff
path: root/gerritbot/syncgerrit
diff options
context:
space:
mode:
Diffstat (limited to 'gerritbot/syncgerrit')
-rwxr-xr-xgerritbot/syncgerrit4
1 files changed, 2 insertions, 2 deletions
diff --git a/gerritbot/syncgerrit b/gerritbot/syncgerrit
index 700ddb02..d5faaebf 100755
--- a/gerritbot/syncgerrit
+++ b/gerritbot/syncgerrit
@@ -4,7 +4,7 @@
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+# file, You can obtain one at https://mozilla.org/MPL/2.0/.
import os
import os.path
@@ -12,7 +12,7 @@ import logging
import minilog
repodir = os.path.join(os.environ['HOME'], 'syncrepos')
-sourceurl = 'git://anongit.freedesktop.org/libreoffice/'
+sourceurl = 'https://git.libreoffice.org/'
desturl = 'ssh://logerrit/'
repos = ['contrib/dev-tools']
branches = {}