diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-08-04 02:35:05 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-08-04 02:35:05 +0200 |
commit | 11cd204852f665670b5d4271eab86a3d9f5e5624 (patch) | |
tree | 4b353b369cbe57a9c04d56aa85353c27fe959312 /tests/run-all | |
parent | 250245fd90be1c4419d2592e30ffc1b837cd7bf7 (diff) |
Upgrade URLs to secure HTTP.
Diffstat (limited to 'tests/run-all')
-rwxr-xr-x | tests/run-all | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-all b/tests/run-all index 1eca50c..d13f689 100755 --- a/tests/run-all +++ b/tests/run-all @@ -15,7 +15,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. #---------------------------------------------------------------------- set -ue |