diff options
Diffstat (limited to 'maintdb.php')
-rw-r--r-- | maintdb.php | 6 |
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 +} |