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 --- top/maint.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'top/maint.mk') diff --git a/top/maint.mk b/top/maint.mk index 54fda45248..339681aede 100644 --- a/top/maint.mk +++ b/top/maint.mk @@ -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 . +## along with this program. If not, see . # This is reported not to work with make-3.79.1 # ME := $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST)) @@ -130,7 +130,7 @@ gnu_ftp_host-stable = ftp.gnu.org gnu_rel_host ?= $(gnu_ftp_host-$(release-type)) url_dir_list ?= $(if $(call _equal,$(gnu_rel_host),ftp.gnu.org), \ - http://ftpmirror.gnu.org/$(PACKAGE), \ + https://ftpmirror.gnu.org/$(PACKAGE), \ https://$(gnu_rel_host)/gnu/$(PACKAGE)) # Override this in cfg.mk if you are using a different format in your @@ -1354,7 +1354,7 @@ release-commit: ## ---------------- ## ftp-gnu = https://ftp.gnu.org/gnu -www-gnu = http://www.gnu.org +www-gnu = https://www.gnu.org upload_dest_dir_ ?= $(PACKAGE) upload_command = \ -- cgit v1.2.1