diff options
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> |