]> git.tue.mpg.de Git - micoforia.git/commitdiff
Switch to https URLs.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 19 May 2024 15:34:42 +0000 (17:34 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 24 Jun 2024 13:26:07 +0000 (15:26 +0200)
It's much safer, they say.

Makefile

index c0e2f51db98b2741bd5cfef4ecf3a8e30511c64b..403fbcc27461b3e25b5ce5dd0dbbdd82e7883966 100644 (file)
--- 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)"'