diff options
author | Dan Fandrich <danf@mageia.org> | 2025-01-22 10:43:29 -0800 |
---|---|---|
committer | Dan Fandrich <danf@mageia.org> | 2025-01-22 10:43:29 -0800 |
commit | 4664c8f9f96feefa77e20575c3c1097dd33ba85b (patch) | |
tree | 44dd681d89218e5808f38f68555cb087540ed1be /maintainers.php | |
parent | 5d38c7075d08b0b0bf062d2ccfb365d034f65078 (diff) | |
download | pkgsubmit-4664c8f9f96feefa77e20575c3c1097dd33ba85b.tar pkgsubmit-4664c8f9f96feefa77e20575c3c1097dd33ba85b.tar.gz pkgsubmit-4664c8f9f96feefa77e20575c3c1097dd33ba85b.tar.bz2 pkgsubmit-4664c8f9f96feefa77e20575c3c1097dd33ba85b.tar.xz pkgsubmit-4664c8f9f96feefa77e20575c3c1097dd33ba85b.zip |
Switch http: links to https: (mga#33949)
Diffstat (limited to 'maintainers.php')
-rw-r--r-- | maintainers.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maintainers.php b/maintainers.php index 77b43c5..e215e00 100644 --- a/maintainers.php +++ b/maintainers.php @@ -8,7 +8,7 @@ * @copyright Copyright (C) 2012 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 @@ -132,4 +132,4 @@ $rows = implode(",\n", $rows); </script> </body> -</html>
\ No newline at end of file +</html> |