$(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)"'