From ca35d468121a7ec60162155f9c3395068ca323d1 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 13 Sep 2017 00:48:18 -0700 Subject: all: prefer https: URLs --- MODULES.html.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MODULES.html.sh') diff --git a/MODULES.html.sh b/MODULES.html.sh index 56642d381b..3e8e92b5b5 100755 --- a/MODULES.html.sh +++ b/MODULES.html.sh @@ -13,7 +13,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 . +# along with this program. If not, see . # # Usage: MODULES.html.sh [--git-urls] > MODULES.html @@ -30,7 +30,7 @@ if test $# != 0; then case "$1" in --git-urls) # Generate URLs to the official gnulib git repository. - repo_url_prefix='http://git.sv.gnu.org/gitweb/?p=gnulib.git;a=blob_plain;f=' + repo_url_prefix='https://git.sv.gnu.org/gitweb/?p=gnulib.git;a=blob_plain;f=' repo_url_suffix='' ;; esac -- cgit v1.2.1