diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2023-01-25 13:51:52 -0800 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2023-01-25 13:51:52 -0800 |
commit | 73bd160e4ba3a520182aebed6eac2382d1a0c849 (patch) | |
tree | e16bf4c88031695df5fa9d89ef6cf625c336f601 | |
parent | 06f9834b2cacf745e0ca7b64784bbcbd60af60b6 (diff) | |
download | mgapeople-73bd160e4ba3a520182aebed6eac2382d1a0c849.tar mgapeople-73bd160e4ba3a520182aebed6eac2382d1a0c849.tar.gz mgapeople-73bd160e4ba3a520182aebed6eac2382d1a0c849.tar.bz2 mgapeople-73bd160e4ba3a520182aebed6eac2382d1a0c849.tar.xz mgapeople-73bd160e4ba3a520182aebed6eac2382d1a0c849.zip |
Switch remaining http: links to https:
-rw-r--r-- | mgapeople.conf | 2 | ||||
-rw-r--r-- | tmpl/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mgapeople.conf b/mgapeople.conf index 500c51e..5ff52be 100644 --- a/mgapeople.conf +++ b/mgapeople.conf @@ -7,7 +7,7 @@ output_format: - html - txt tmpl_dir: /usr/share/mgapeople/tmpl -maintdburl: http://pkgsubmit.mageia.org/data/maintdb.txt +maintdburl: https://pkgsubmit.mageia.org/data/maintdb.txt sitename: people.mageia.org staticdir_url: /static links_protocol: https:// diff --git a/tmpl/index.html b/tmpl/index.html index c9235c0..affca0c 100644 --- a/tmpl/index.html +++ b/tmpl/index.html @@ -13,7 +13,7 @@ <h2><a href="u/">Users</a></h2> - Source code for this website is available on <a href="http://gitweb.mageia.org/software/infrastructure/mgapeople/">git://git.mageia.org/software/infrastructure/mgapeople</a>. + Source code for this website is available on <a href="https://gitweb.mageia.org/software/infrastructure/mgapeople/">git://git.mageia.org/software/infrastructure/mgapeople</a>. </div> </body> </html> |