From 11ac27b8cd283fd72294ad0b8c9ba9e2b94c783f Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 19 May 2024 17:34:42 +0200 Subject: [PATCH] Switch to https URLs. It's much safer, they say. --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index c0e2f51..403fbcc 100644 --- a/Makefile +++ b/Makefile @@ -17,10 +17,10 @@ DEFINES = \ $(call DEFINE,COPYRIGHT_YEAR,2019) \ $(call DEFINE,SLOGAN,Minimal Containers for Instant Access) \ $(call DEFINE,EMAIL,maan@tuebingen.mpg.de) \ - $(call DEFINE,URL,http://people.tuebingen.mpg.de/maan/$(PACKAGE)/) \ - $(call DEFINE,CLONE_URL,git://git.tuebingen.mpg.de/$(PACKAGE)) \ - $(call DEFINE,GITWEB_URL,http://git.tuebingen.mpg.de/$(PACKAGE).git) \ - $(call DEFINE,HOME_URL,http://people.tuebingen.mpg.de/maan/) \ + $(call DEFINE,URL,https://people.tuebingen.mpg.de/maan/$(PACKAGE)/) \ + $(call DEFINE,CLONE_URL,https://git.tuebingen.mpg.de/$(PACKAGE)) \ + $(call DEFINE,GITWEB_URL,https://git.tuebingen.mpg.de/$(PACKAGE).git) \ + $(call DEFINE,HOME_URL,https://people.tuebingen.mpg.de/maan/) \ $(call DEFINE,LICENSE,GNU GPL version 3) \ $(call DEFINE,LICENSE_URL,https://www.gnu.org/licenses/gpl-3.0-standalone.html) DEFINE = -D$(1)='"$(2)"' -- 2.39.5