diff options
author | Thomas Backlund <tmb@mageia.org> | 2022-08-21 23:10:06 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2022-08-21 23:10:06 +0300 |
commit | 234df905b2fb7e81cf17c70f346692c00ff9e186 (patch) | |
tree | f276dc8cab0c4b6eec3c919031bd1ddc2947cb67 /conf.php | |
parent | 4c52e84af1cc6a4b47fd703e0271d4fcf153a489 (diff) | |
download | pkgsubmit-234df905b2fb7e81cf17c70f346692c00ff9e186.tar pkgsubmit-234df905b2fb7e81cf17c70f346692c00ff9e186.tar.gz pkgsubmit-234df905b2fb7e81cf17c70f346692c00ff9e186.tar.bz2 pkgsubmit-234df905b2fb7e81cf17c70f346692c00ff9e186.tar.xz pkgsubmit-234df905b2fb7e81cf17c70f346692c00ff9e186.zip |
use https links
Diffstat (limited to 'conf.php')
-rw-r--r-- | conf.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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'; |