From: Andre Noll Date: Sun, 19 May 2024 15:34:42 +0000 (+0200) Subject: Switch to https URLs. X-Git-Tag: v1.0.0~1 X-Git-Url: http://git.tue.mpg.de/?a=commitdiff_plain;h=11ac27b8cd283fd72294ad0b8c9ba9e2b94c783f;p=micoforia.git Switch to https URLs. It's much safer, they say. --- 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)"'