From 234df905b2fb7e81cf17c70f346692c00ff9e186 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sun, 21 Aug 2022 23:10:06 +0300 Subject: use https links --- conf.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf.php') diff --git a/conf.php b/conf.php index d3c624c..000eb7d 100644 --- a/conf.php +++ b/conf.php @@ -37,10 +37,10 @@ $title = 'Build system status'; $robots = 'index,nofollow,nosnippet,noarchive'; /** */ -$g_root_url = 'http://pkgsubmit.mageia.org/'; +$g_root_url = 'https://pkgsubmit.mageia.org/'; /** URL to view a package svn revision. %d is replaced by the revision */ -$package_commit_url = 'http://svnweb.mageia.org/packages?view=revision&revision=%d'; +$package_commit_url = 'https://svnweb.mageia.org/packages?view=revision&revision=%d'; /** name of the theme */ $theme_name = 'mageia'; -- cgit v1.2.1