From: Andre Noll <maan@tuebingen.mpg.de>
Date: Mon, 13 May 2024 23:25:20 +0000 (+0200)
Subject: Switch to https URLs.
X-Git-Url: https://git.tuebingen.mpg.de/?a=commitdiff_plain;h=005f5bef03d7e7ee619cda68127a86118f433162;p=misma.git

Switch to https URLs.

It's much safer, they say.
---

diff --git a/Makefile b/Makefile
index a7ab18f..76d4685 100644
--- 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