aboutsummaryrefslogtreecommitdiffstats
path: root/MgaRepo/util.py
diff options
context:
space:
mode:
Diffstat (limited to 'MgaRepo/util.py')
-rw-r--r--MgaRepo/util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/MgaRepo/util.py b/MgaRepo/util.py
index 635319d..519c199 100644
--- a/MgaRepo/util.py
+++ b/MgaRepo/util.py
@@ -179,7 +179,7 @@ def rellink(src, dst):
def maintdb_get(package):
dlurl = config.get("maintdb", "url",
- "http://maintdb.mageia.org/")
+ "https://maintdb.mageia.org/")
dlurl = dlurl + "/" + package
h = httplib2.Http()
resp, content = h.request(dlurl, 'GET')