From 14291b88255b7a1a110c21dec5a3754f25ec8881 Mon Sep 17 00:00:00 2001 From: Cyril Cohen Date: Wed, 27 May 2020 19:50:10 +0200 Subject: URL in https --- etc/utils/packager | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/utils/packager b/etc/utils/packager index da7bddd..220a31a 100755 --- a/etc/utils/packager +++ b/etc/utils/packager @@ -36,7 +36,7 @@ fi # verify whether $TAG exists git rev-parse --verify $TAG -ARCHIVEURL="http://github.com/math-comp/math-comp/archive/$TAG.tar.gz" +ARCHIVEURL="https://github.com/math-comp/math-comp/archive/$TAG.tar.gz" GITROOT=$(git rev-parse --show-toplevel) # we build the url file content and the list of packages, and where to put them -- cgit v1.2.3