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 /js | |
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 'js')
-rw-r--r-- | js/pkgsubmit.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/pkgsubmit.js b/js/pkgsubmit.js index 80b13f8..1172ba9 100644 --- a/js/pkgsubmit.js +++ b/js/pkgsubmit.js @@ -5,7 +5,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 @@ -247,4 +247,4 @@ $(function () { $('.status-link').on("click", build_log_files_list); $("table#submitted-packages tbody").on("click", "tr td li a.view-inline", show_log_file); -});
\ No newline at end of file +}); |