summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/util.py b/tools/util.py
index fb49664251..2c731e6597 100644
--- a/tools/util.py
+++ b/tools/util.py
@@ -27,7 +27,7 @@ REPO_ROOTS = {
'GERRIT': 'http://gerrit-maven.storage.googleapis.com',
'GERRIT_API': 'https://gerrit-api.commondatastorage.googleapis.com/release',
'ECLIPSE': 'https://repo.eclipse.org/content/groups/releases',
- 'MAVEN_CENTRAL': 'http://repo1.maven.org/maven2',
+ 'MAVEN_CENTRAL': 'https://repo1.maven.org/maven2',
'MAVEN_LOCAL': 'file://' + path.expanduser('~/.m2/repository'),
}