]> git.tue.mpg.de Git - misma.git/commitdiff
Switch to https URLs.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 13 May 2024 23:25:20 +0000 (01:25 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 1 Jul 2024 19:54:54 +0000 (21:54 +0200)
It's much safer, they say.

Makefile

index a7ab18fc72fbd381d8768c43e2ddff432347f045..76d4685eb9c77fe91183326074931b7166097d94 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -29,10 +29,10 @@ SLOGAN := the minimal snapshot manager
 AUTHOR := Andre Noll
 EMAIL := maan@tuebingen.mpg.de
 COPYRIGHT_YEAR := 2024
-URL := http://people.tuebingen.mpg.de/maan/$(PACKAGE)/
-CLONE_URL := git://git.tuebingen.mpg.de/$(PACKAGE)
-GITWEB_URL := http://git.tuebingen.mpg.de/$(PACKAGE).git
-HOME_URL := http://people.tuebingen.mpg.de/maan/
+URL := https://people.tuebingen.mpg.de/maan/$(PACKAGE)/
+CLONE_URL := https://git.tuebingen.mpg.de/$(PACKAGE)
+GITWEB_URL := https://git.tuebingen.mpg.de/$(PACKAGE).git
+HOME_URL := https://people.tuebingen.mpg.de/maan/
 LICENSE := GPL-2.0+
 LICENSE_URL := https://www.gnu.org/licenses/gpl-3.0-standalone.html
 LOGLEVELS := LL_DEBUG,LL_INFO,LL_NOTICE,LL_WARNING,LL_ERROR,LL_CRIT,LL_EMERG