diff --git a/roles/batcave/files/zodbot-announce-commits.py b/roles/batcave/files/zodbot-announce-commits.py index 9ceae5c6d1..e530ecab2a 100644 --- a/roles/batcave/files/zodbot-announce-commits.py +++ b/roles/batcave/files/zodbot-announce-commits.py @@ -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"