summaryrefslogtreecommitdiffstats
path: root/maintdb.php
diff options
context:
space:
mode:
authorDan Fandrich <danf@mageia.org>2025-01-22 10:43:29 -0800
committerDan Fandrich <danf@mageia.org>2025-01-22 10:43:29 -0800
commit4664c8f9f96feefa77e20575c3c1097dd33ba85b (patch)
tree44dd681d89218e5808f38f68555cb087540ed1be /maintdb.php
parent5d38c7075d08b0b0bf062d2ccfb365d034f65078 (diff)
downloadpkgsubmit-master.tar
pkgsubmit-master.tar.gz
pkgsubmit-master.tar.bz2
pkgsubmit-master.tar.xz
pkgsubmit-master.zip
Switch http: links to https: (mga#33949)HEADmaster
Diffstat (limited to 'maintdb.php')
-rw-r--r--maintdb.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/maintdb.php b/maintdb.php
index 7998558..b268412 100644
--- a/maintdb.php
+++ b/maintdb.php
@@ -1,7 +1,7 @@
<?php
/**
* Mageia maintdb quick filter.
- * Make use of http://pkgsubmit.mageia.org/data/maintdb.txt data.
+ * Make use of https://pkgsubmit.mageia.org/data/maintdb.txt data.
*
* This only supports mapping 1 user to several packages
* or 1 package to 1 user.
@@ -35,7 +35,7 @@
*
* @copyright Copyright (C) 2011 Mageia.Org
* @author Romain d'Alverny
- * @license http://www.gnu.org/licenses/gpl-2.0.html GNU GPL v2
+ * @license https://www.gnu.org/licenses/gpl-2.0.html GNU GPL v2
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License aspublished by the
@@ -106,4 +106,4 @@ if ($iurt && $pkg) {
else {
header('Content-Type: application/json; charset=utf-8');
echo json_encode($return);
-} \ No newline at end of file
+}