make it https while we are at it

Signed-off-by: Ricky Elrod <relrod@redhat.com>
This commit is contained in:
Ricky Elrod 2018-05-09 02:56:46 +00:00
parent d42c2cf202
commit 6647d16def

View file

@ -45,7 +45,7 @@ def construct_url(slug):
"""
# Our long url template.
tmpl = "http://infrastructure.fedoraproject.org/cgit/{repo}/commit/?id={slug}"
tmpl = "https://infrastructure.fedoraproject.org/cgit/{repo}/commit/?id={slug}"
repo = repodir + ".git"